| 
    Crossfire Server, Trunk
    
   | 
 
#include <json.hpp>
 Collaboration diagram for nlohmann::detail::container_input_adapter_factory_impl::container_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> >: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) | 
| 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>()))) | 
      
  | 
  inlinestatic | 
Definition at line 5704 of file json.hpp.
References nlohmann::detail::input_adapter().
 Here is the call graph for this function: