Public Types | Static Public Member Functions | List of all members
compactName Class Reference

Returns the basic type (integer, float, bool, string, void) as a string. More...

#include <TypeUtils.h>

Public Types

typedef const std::string & value_t
 

Static Public Member Functions

template<class S , class T >
static T callback ()
 

Detailed Description

Returns the basic type (integer, float, bool, string, void) as a string.

Usage: Type::call<drain::simpleName>(t)

Member Function Documentation

◆ callback()

static T callback ( )
inlinestatic
Template Parameters
S- type to be analyzed (argument)
T- return type (practically value_t)

The documentation for this class was generated from the following file: