hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
hobbes::label< TN, T > Struct Template Reference

#include <tylift.H>

Collaboration diagram for hobbes::label< TN, T >:
Collaboration graph

Public Types

typedef T type
 

Public Member Functions

 label (const T &x)
 

Static Public Member Functions

static std::string name ()
 

Public Attributes

value
 

Member Typedef Documentation

◆ type

template<const char * TN, typename T>
typedef T hobbes::label< TN, T >::type

Constructor & Destructor Documentation

◆ label()

template<const char * TN, typename T>
hobbes::label< TN, T >::label ( const T &  x)
inline

Member Function Documentation

◆ name()

template<const char * TN, typename T>
static std::string hobbes::label< TN, T >::name ( )
inlinestatic

Member Data Documentation

◆ value

template<const char * TN, typename T>
T hobbes::label< TN, T >::value

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