esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
ndnph::detail::EvdElementDefBase< type, repeatable, order > Struct Template Reference

#include <ev-decoder.hpp>

Inherited by ndnph::detail::EvdElementDefBool< type, repeatable, order, Fn >, ndnph::detail::EvdElementDefDecodable< type, repeatable, order, Decodable >, ndnph::detail::EvdElementDefIgnore< type, repeatable, order >, and ndnph::detail::EvdElementDefVoid< type, repeatable, order, Fn >.

Public Types

using TT = std::integral_constant< int, type >
 
using Repeatable = std::integral_constant< bool, repeatable >
 
using Order = std::integral_constant< int, order >
 

Member Typedef Documentation

◆ Order

template<int type, bool repeatable, int order>
using ndnph::detail::EvdElementDefBase< type, repeatable, order >::Order = std::integral_constant<int, order>

◆ Repeatable

template<int type, bool repeatable, int order>
using ndnph::detail::EvdElementDefBase< type, repeatable, order >::Repeatable = std::integral_constant<bool, repeatable>

◆ TT

template<int type, bool repeatable, int order>
using ndnph::detail::EvdElementDefBase< type, repeatable, order >::TT = std::integral_constant<int, type>

The documentation for this struct was generated from the following file: