MCPcopy Create free account
hub / github.com/BowenFu/hspp / begin

Method begin

develop/include/range.h:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45 constexpr EmptyView() = default;
46 auto begin() const
47 {
48 return Iter{};
49 }
50 auto end() const
51 {
52 return Sentinel{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected