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