Instrument Neutral Distributed Interface INDI  2.0.2
Static Public Attributes | List of all members
nlohmann::detail::is_iterator_traits< iterator_traits< T > > Struct Template Reference

#include <json.h>

Static Public Attributes

static constexpr auto value
 

Detailed Description

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

Definition at line 3429 of file json.h.

Member Data 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 3435 of file json.h.


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