PeriDyno 1.2.1
Loading...
Searching...
No Matches
detail::is_range< T > Struct Template Reference

#include <json.hpp>

Static Public Attributes

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

Private Types

using t_ref = typename std::add_lvalue_reference<T>::type
 
using iterator = detected_t<result_of_begin, t_ref>
 
using sentinel = detected_t<result_of_end, t_ref>
 

Static Private Attributes

static constexpr auto is_iterator_begin
 

Detailed Description

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

Definition at line 3726 of file json.hpp.

Member Typedef Documentation

◆ iterator

template<typename T>
using detail::is_range< T >::iterator = detected_t<result_of_begin, t_ref>
private

Definition at line 3731 of file json.hpp.

◆ sentinel

template<typename T>
using detail::is_range< T >::sentinel = detected_t<result_of_end, t_ref>
private

Definition at line 3732 of file json.hpp.

◆ t_ref

template<typename T>
using detail::is_range< T >::t_ref = typename std::add_lvalue_reference<T>::type
private

Definition at line 3729 of file json.hpp.

Member Data Documentation

◆ is_iterator_begin

template<typename T>
auto detail::is_range< T >::is_iterator_begin
staticconstexprprivate
Initial value:

Definition at line 3737 of file json.hpp.

◆ value

template<typename T>
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 3741 of file json.hpp.


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