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

#include <json.h>

Static Public Attributes

static constexpr bool value = !std::is_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin
 

Detailed Description

template<typename T>
struct nlohmann::detail::is_range< T >

Definition at line 3444 of file json.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool nlohmann::detail::is_range< T >::value = !std::is_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin
staticconstexpr

Definition at line 3459 of file json.h.


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