MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / iterator

Method iterator

less_slow.cpp:3920–3920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3918 using iterator_concept = std::input_iterator_tag;
3919
3920 constexpr iterator() = default;
3921 constexpr iterator(std::uint64_t n) noexcept : number_(n), factor_(2) { advance(); }
3922 constexpr std::uint64_t operator*() const noexcept { return factor_; }
3923 constexpr iterator &operator++() noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected