MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / input_adapter

Function input_adapter

extern/json/json.hpp:6455–6459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 3

file_input_adapterFunction · 0.85
createFunction · 0.70

Tested by

no test coverage detected