MCPcopy Create free account
hub / github.com/catchorg/Catch2 / begin

Method begin

tests/SelfTest/UsageTests/ToStringWhich.tests.cpp:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162struct just_range {
163 int_iterator begin() const { return int_iterator{ 1 }; }
164 int_iterator end() const { return {}; }
165};
166

Callers 4

escape_argFunction · 0.45
Matchers.tests.cppFile · 0.45
testRunStartingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected