MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / input_adapter

Function input_adapter

Source/external/json.hpp:6451–6455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6449// General purpose iterator-based input
6450template<typename IteratorType>
6451typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType first, IteratorType last)
6452{
6453 using factory_type = iterator_input_adapter_factory<IteratorType>;
6454 return factory_type::create(first, last);
6455}
6456
6457// Convenience shorthand from container to iterator
6458// Enables ADL on begin(container) and end(container)

Calls 3

createFunction · 0.85
file_input_adapterFunction · 0.85

Tested by

no test coverage detected