MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / end

Method end

NumberIterator.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 const NumberIterator& begin() const { return *this; }
32 const sentinel end() const { return {}; }
33};
34//-----------------------------------------------------------------------------
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected