MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / input_adapter

Function input_adapter

dependencies/json/json.hpp:5156–5160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5154// General purpose iterator-based input
5155template<typename IteratorType>
5156typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType first, IteratorType last)
5157{
5158 using factory_type = iterator_input_adapter_factory<IteratorType>;
5159 return factory_type::create(first, last);
5160}
5161
5162// Convenience shorthand from container to iterator
5163template<typename ContainerType>

Callers 10

json.hppFile · 0.70
span_input_adapterMethod · 0.70
basic_json parseFunction · 0.70
acceptFunction · 0.70
sax_parseFunction · 0.70
basic_json from_cborFunction · 0.70
basic_json from_msgpackFunction · 0.70
basic_json from_ubjsonFunction · 0.70
basic_json from_bsonFunction · 0.70

Calls 5

createFunction · 0.70
beginFunction · 0.70
endFunction · 0.70
file_input_adapterClass · 0.70

Tested by

no test coverage detected