Goby3  3.1.4
2024.02.22
detail::is_range< T > Struct Template Reference

#include <goby/util/thirdparty/nlohmann/json.hpp>

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 detail::is_range< T >

Definition at line 3652 of file json.hpp.

Member Data Documentation

◆ value

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

Definition at line 3667 of file json.hpp.


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