Home
last modified time | relevance | path

Searched defs:container_input_adapter_factory (Results 1 – 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp399 struct container_input_adapter_factory {}; struct
402 struct container_input_adapter_factory< ContainerType, struct
405 … decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())));
407 static adapter_type create(const ContainerType& container) in create()
/third_party/json/single_include/nlohmann/
Djson.hpp6468 struct container_input_adapter_factory {}; struct
6471 struct container_input_adapter_factory< ContainerType, struct
6474 … decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())));
6476 static adapter_type create(const ContainerType& container) in create()
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp5596 struct container_input_adapter_factory {}; struct
5599 struct container_input_adapter_factory< ContainerType, struct
5602 … decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval<ContainerType>())));
5604 static adapter_type create(const ContainerType& container) in create()