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

Method end

tests/SelfTest/IntrospectiveTests/ToString.tests.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21 const_iterator begin() const { return nullptr; }
22 const_iterator end() const { return nullptr; }
23};
24
25TEST_CASE("Range type with sentinel") {

Callers 3

TextFlow.tests.cppFile · 0.45
String.tests.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected