LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Framework to specify a human-readable name for data types. More...
#include <TypeInfo.h>
Static Public Member Functions | |
template<typename > | |
static const char * | guessName (...) |
By default use name() from compiler type info. | |
template<typename Tp > | |
static decltype(Tp::name()) | guessName (const Tp *) |
If the class provides a name() function, use it. | |
static std::string | name () |
Returns the name of type T . | |
Framework to specify a human-readable name for data types.