MCPcopy Create free account
hub / github.com/boostorg/json / input_iterator

Method input_iterator

test/test.hpp:688–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686 using iterator_category = std::input_iterator_tag;
687
688 input_iterator() = default;
689 input_iterator(input_iterator const&) = default;
690 input_iterator& operator=(
691 input_iterator const&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected