Goby3  3.1.4
2024.02.22
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 <goby/util/thirdparty/nlohmann/json.hpp>

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 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 6471 of file json.hpp.

Member Typedef Documentation

◆ adapter_type

template<typename ContainerType >
using 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 6474 of file json.hpp.

Member Function Documentation

◆ create()

template<typename ContainerType >
static adapter_type 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 6476 of file json.hpp.


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