xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
nlohmann::detail::iterator_input_adapter_factory< IteratorType, Enable > Struct Template Reference

#include <XrdOucJson.hh>

Public Types

using iterator_type = IteratorType
 
using char_type = typename std::iterator_traits< iterator_type >::value_type
 
using adapter_type = iterator_input_adapter< iterator_type >
 

Static Public Member Functions

static adapter_type create (IteratorType first, IteratorType last)
 

Member Typedef Documentation

template<typename IteratorType, typename Enable = void>
using nlohmann::detail::iterator_input_adapter_factory< IteratorType, Enable >::adapter_type = iterator_input_adapter<iterator_type>
template<typename IteratorType, typename Enable = void>
using nlohmann::detail::iterator_input_adapter_factory< IteratorType, Enable >::char_type = typename std::iterator_traits<iterator_type>::value_type
template<typename IteratorType, typename Enable = void>
using nlohmann::detail::iterator_input_adapter_factory< IteratorType, Enable >::iterator_type = IteratorType

Member Function Documentation

template<typename IteratorType, typename Enable = void>
static adapter_type nlohmann::detail::iterator_input_adapter_factory< IteratorType, Enable >::create ( IteratorType  first,
IteratorType  last 
)
inlinestatic

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