MCPcopy Create free account
hub / github.com/fmtlib/fmt / iterator

Method iterator

test/ranges-test.cc:472–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470 using iterator_concept = std::input_iterator_tag;
471
472 iterator() = default;
473 iterator(int i) : val(i) {}
474 auto operator*() const -> int { return val; }
475 auto operator++() -> iterator& {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected