Function type_name¶
function type_name() meta¶
template <typename T>
inline const char* type_name() noexcept Gets the fully qualified name of the type, including namespace and template parameters (if any)
| T | type |
| name of the type |
Fully qualified name: kfr::type_name()
Declared at meta/ctti.hpp:78
Function type_name¶
function type_name(T) meta¶
template <typename T>
inline const char* type_name(T x) noexcept Gets the fully qualified name of the type, including namespace and template parameters (if any)
| x | value of specific type |
| name of the type |
Fully qualified name: kfr::type_name(T)
Declared at meta/ctti.hpp:91
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.