22 #ifndef NDN_CXX_TAG_HPP 
   23 #define NDN_CXX_TAG_HPP 
   45     return <type-identifier>;
 
   57 template<
typename T, 
int TypeId>
 
provides a tag type for simple types
 
constexpr SimpleTag(const T &value) noexcept
explicitly convertible from T
 
static constexpr int getTypeId() noexcept
 
constexpr const T & get() const noexcept
 
Base class for packet tags that can hold any arbitrary information.
 
static constexpr int getTypeId() noexcept