PureFSM
pure::logger Namespace Reference

Logger utilities namespace. More...

Functions

template<typename T >
std::string type_name ()
 Compile-time reflection. More...
 

Detailed Description

Logger utilities namespace.

See State Machine Logger

Function Documentation

◆ type_name()

template<typename T >
pure::logger::type_name ( )

Compile-time reflection.

Template Parameters
Ttype

Returns a string that is a name of a type T. Compiler dependent. If the compiler does not supports compile-time function signature reflection, the function will be returning an empty string.

See State Machine Logger