MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / span_input_adapter

Method span_input_adapter

Source/Utils/json.hpp:5156–5157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5154 sizeof(typename std::remove_pointer<CharT>::type) == 1,
5155 int >::type = 0 >
5156 span_input_adapter(CharT b, std::size_t l)
5157 : ia(reinterpret_cast<const char*>(b), reinterpret_cast<const char*>(b) + l) {}
5158
5159 template<class IteratorType,
5160 typename std::enable_if<

Callers

nothing calls this directly

Calls 1

input_adapterFunction · 0.85

Tested by

no test coverage detected