xrootd
Loading...
Searching...
No Matches
Static Public Attributes | Private Types | List of all members
nlohmann::detail::is_iterator_traits< iterator_traits< T > > Struct Template Reference

#include <XrdOucJson.hh>

Static Public Attributes

static constexpr auto value
 

Private Types

using traits = iterator_traits< T >
 

Member Typedef Documentation

◆ traits

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

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

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