Skip to content

File readable_type_name.h

FileList > common > readable_type_name.h

Go to the source code of this file

  • #include <uipc/common/type_define.h>
  • #include <string_view>
  • #include <boost/core/demangle.hpp>

Namespaces

Type Name
namespace uipc

Macros

Type Name
define READABLE_TYPE_NAME_AS_ALIAS (type)

Macro Definition Documentation

define READABLE_TYPE_NAME_AS_ALIAS

#define READABLE_TYPE_NAME_AS_ALIAS (
    type
) template <>                                                                \
    inline std::string readable_type_name<type>() noexcept                     \
    {                                                                          \
        return #type;                                                          \
    }


The documentation for this class was generated from the following file include/uipc/common/readable_type_name.h