provides a tag type for simple types More...
#include <tag.hpp>
Public Member Functions | |
SimpleTag (const T &value) | |
explicitly convertible from T More... | |
const T & | get () const |
operator T () const | |
implicitly convertible to T More... | |
Static Public Member Functions | |
static constexpr int | getTypeId () |
provides a tag type for simple types
T | the value type |
TypeId | the TypeId |
|
inlineexplicit |
|
inline |
|
inlinestatic |
|
inline |