MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / iterator_input_adapter

Method iterator_input_adapter

include/json/json.hpp:6130–6132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6128 using char_type = typename std::iterator_traits<IteratorType>::value_type;
6129
6130 iterator_input_adapter(IteratorType first, IteratorType last)
6131 : current(std::move(first)), end(std::move(last))
6132 {}
6133
6134 typename std::char_traits<char_type>::int_type get_character()
6135 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected