MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / iterator_input_adapter

Method iterator_input_adapter

examples/server/json.hpp:6213–6215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6211 using char_type = typename std::iterator_traits<IteratorType>::value_type;
6212
6213 iterator_input_adapter(IteratorType first, IteratorType last)
6214 : current(std::move(first)), end(std::move(last))
6215 {}
6216
6217 typename std::char_traits<char_type>::int_type get_character()
6218 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected