MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / input_adapter

Function input_adapter

3rd/nlohmann_json/single_include/nlohmann/json.hpp:5797–5801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5795// General purpose iterator-based input
5796template<typename IteratorType>
5797typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType first, IteratorType last)
5798{
5799 using factory_type = iterator_input_adapter_factory<IteratorType>;
5800 return factory_type::create(first, last);
5801}
5802
5803// Convenience shorthand from container to iterator
5804// Enables ADL on begin(container) and end(container)

Calls 3

createFunction · 0.70
file_input_adapterClass · 0.70

Tested by

no test coverage detected