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

Method span_input_adapter

Source/external/json.hpp:6543–6544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6541 sizeof(typename std::remove_pointer<CharT>::type) == 1,
6542 int >::type = 0 >
6543 span_input_adapter(CharT b, std::size_t l)
6544 : ia(reinterpret_cast<const char*>(b), reinterpret_cast<const char*>(b) + l) {}
6545
6546 template<class IteratorType,
6547 typename std::enable_if<

Callers

nothing calls this directly

Calls 1

input_adapterFunction · 0.85

Tested by

no test coverage detected