A Discrete-Event Network Simulator
API
std::tuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > > Class Template Reference

#include "json.h"

Public Types

using type = decltype(get< N >(std::declval< ::nlohmann::detail::iteration_proxy_value< IteratorType > >()))
 

Detailed Description

template<std::size_t N, typename IteratorType>
class std::tuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > >

Definition at line 4054 of file json.h.

Member Typedef Documentation

◆ type

template<std::size_t N, typename IteratorType >
using std::tuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > >::type = decltype( get<N>(std::declval < ::nlohmann::detail::iteration_proxy_value<IteratorType > > ()))

Definition at line 4057 of file json.h.


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