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

Method span_input_adapter

dependencies/json/json.hpp:5224–5225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5222 sizeof(typename std::remove_pointer<CharT>::type) == 1,
5223 int >::type = 0 >
5224 span_input_adapter(CharT b, std::size_t l)
5225 : ia(reinterpret_cast<const char*>(b), reinterpret_cast<const char*>(b) + l) {}
5226
5227 template<class IteratorType,
5228 typename std::enable_if<

Callers

nothing calls this directly

Calls 1

input_adapterFunction · 0.70

Tested by

no test coverage detected