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