provides a tag type for simple types More...
#include <tag.hpp>
Inheritance diagram for ndn::SimpleTag< T, TypeId >:
Collaboration diagram for ndn::SimpleTag< T, TypeId >: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 |