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