Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
detail::iterator_input_adapter_factory< IteratorType, Enable > Struct Template Reference

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

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)

Detailed Description

template<typename IteratorType, typename Enable = void>
struct detail::iterator_input_adapter_factory< IteratorType, Enable >

Definition at line 6836 of file json.hpp.

Member Typedef Documentation

◆ adapter_type

template<typename IteratorType, typename Enable = void>
using detail::iterator_input_adapter_factory< IteratorType, Enable >::adapter_type = iterator_input_adapter<iterator_type>

Definition at line 6840 of file json.hpp.

◆ char_type

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

Definition at line 6839 of file json.hpp.

◆ iterator_type

template<typename IteratorType, typename Enable = void>
using detail::iterator_input_adapter_factory< IteratorType, Enable >::iterator_type = IteratorType

Definition at line 6838 of file json.hpp.

Member Function Documentation

◆ create()

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

Definition at line 6842 of file json.hpp.


The documentation for this struct was generated from the following file:
  • goby/util/thirdparty/nlohmann/json.hpp