Instrument Neutral Distributed Interface INDI  2.0.2
Public Types | Static Public Member Functions | List of all members
nlohmann::detail::container_input_adapter_factory_impl::container_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> > Struct Template Reference

#include <json.h>

Public Types

using adapter_type = decltype(input_adapter(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >())))
 

Static Public Member Functions

static adapter_type create (const ContainerType &container)
 

Detailed Description

template<typename ContainerType>
struct nlohmann::detail::container_input_adapter_factory_impl::container_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> >

Definition at line 6121 of file json.h.

Member Typedef Documentation

◆ adapter_type

template<typename ContainerType >
using nlohmann::detail::container_input_adapter_factory_impl::container_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> >::adapter_type = decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())))

Definition at line 6124 of file json.h.

Member Function Documentation

◆ create()

template<typename ContainerType >
static adapter_type nlohmann::detail::container_input_adapter_factory_impl::container_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> >::create ( const ContainerType &  container)
inlinestatic

Definition at line 6126 of file json.h.


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