A Discrete-Event Network Simulator
API
nlohmann::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > > Struct Template Reference

#include "json.h"

Public Types

using difference_type = typename It::difference_type
 
using iterator_category = typename It::iterator_category
 
using pointer = typename It::pointer
 
using reference = typename It::reference
 
using value_type = typename It::value_type
 

Detailed Description

template<typename It>
struct nlohmann::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >

Definition at line 2836 of file json.h.

Member Typedef Documentation

◆ difference_type

template<typename It >
using nlohmann::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::difference_type = typename It::difference_type

Definition at line 2841 of file json.h.

◆ iterator_category

template<typename It >
using nlohmann::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::iterator_category = typename It::iterator_category

Definition at line 2845 of file json.h.

◆ pointer

template<typename It >
using nlohmann::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::pointer = typename It::pointer

Definition at line 2843 of file json.h.

◆ reference

template<typename It >
using nlohmann::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::reference = typename It::reference

Definition at line 2844 of file json.h.

◆ value_type

template<typename It >
using nlohmann::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::value_type = typename It::value_type

Definition at line 2842 of file json.h.


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