provides a tag type for simple types More...
#include <tag.hpp>
Public Member Functions | |
SimpleTag (const T &value) | |
explicitly convertible from T More... | |
operator T () const | |
implicitly convertible to T More... | |
const T & | get () const |
Public Member Functions inherited from ndn::Tag | |
virtual | ~Tag () |
Static Public Member Functions | |
static constexpr int | getTypeId () |
Static Public Member Functions inherited from ndn::Tag | |
static constexpr int | getTypeId () |
provides a tag type for simple types
T | the value type |
TypeId | the TypeId |
|
inlineexplicit |
|
inlinestatic |
|
inline |
|
inline |
Definition at line 86 of file tag.hpp.
Referenced by nfd::cs::Cs::insert().