MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / iterator_input_adapter

Method iterator_input_adapter

include/jwt/json/json.hpp:4848–4849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4846 using char_type = typename std::iterator_traits<IteratorType>::value_type;
4847
4848 iterator_input_adapter(IteratorType first, IteratorType last)
4849 : current(std::move(first)), end(std::move(last)) {}
4850
4851 typename std::char_traits<char_type>::int_type get_character()
4852 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected