Skip to content

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)

Template parameters
T type
Returns
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)

Parameters
x value of specific type
Returns
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.