Eclipse SUMO - Simulation of Urban MObility
nlohmann::detail::is_iterator_traits< iterator_traits< T > > Struct Template Reference

#include <json.hpp>

Static Public Attributes

static constexpr auto value
 

Private Types

using traits = iterator_traits< T >
 

Detailed Description

template<typename T>
struct nlohmann::detail::is_iterator_traits< iterator_traits< T > >

Definition at line 3542 of file json.hpp.

Member Typedef Documentation

◆ traits

template<typename T >
using nlohmann::detail::is_iterator_traits< iterator_traits< T > >::traits = iterator_traits<T>
private

Definition at line 3545 of file json.hpp.

Field Documentation

◆ value

template<typename T >
constexpr auto nlohmann::detail::is_iterator_traits< iterator_traits< T > >::value
staticconstexpr
Initial value:
=
is_detected<value_type_t, traits>::value &&
is_detected<difference_type_t, traits>::value &&
is_detected<pointer_t, traits>::value &&
is_detected<iterator_category_t, traits>::value &&
is_detected<reference_t, traits>::value

Definition at line 3548 of file json.hpp.


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