C++ Utilities
Loading...
Searching...
No Matches
type.h

Some utility functions that return a string representing an object's "type" as the compiler/preprocessor sees. See the Type Strings page for all the details. More...

Go to the source code of this file.

Namespaces

namespace  utilities
 The namespace for the utilities library.

Functions

template<typename T>
constexpr auto utilities::type ()
 Returns a string representing an object's "type" as the compiler/preprocessor sees.
template<typename T>
constexpr auto utilities::type (const T &)
 Returns a string representing an object's "type" as the compiler/preprocessor sees.

Detailed Description

Some utility functions that return a string representing an object's "type" as the compiler/preprocessor sees. See the Type Strings page for all the details.