DAW JSON Link
Public Types | Static Public Attributes | List of all members
daw::json::DAW_JSON_VER::tuple_elements_pack< daw::fwd_pack< Ts... > > Struct Template Reference

#include <daw_json_traits.h>

Public Types

template<std::size_t Idx>
using element_t = typename daw::tuple_element< Idx, type >::type
 
using type = daw::fwd_pack< Ts... >
 

Static Public Attributes

static constexpr std::size_t size = sizeof...( Ts )
 

Member Typedef Documentation

◆ element_t

template<typename... Ts>
template<std::size_t Idx>
using daw::json::DAW_JSON_VER::tuple_elements_pack< daw::fwd_pack< Ts... > >::element_t = typename daw::tuple_element<Idx, type>::type

◆ type

template<typename... Ts>
using daw::json::DAW_JSON_VER::tuple_elements_pack< daw::fwd_pack< Ts... > >::type = daw::fwd_pack<Ts...>

Member Data Documentation

◆ size

template<typename... Ts>
constexpr std::size_t daw::json::DAW_JSON_VER::tuple_elements_pack< daw::fwd_pack< Ts... > >::size = sizeof...( Ts )
staticconstexpr

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