Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ MatchAll
Function
MatchAll
tests/SelfTest/UsageTests/MatchersConstexpr.tests.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
};
35
36
constexpr MatchAllMatcher MatchAll() { return MatchAllMatcher(); }
37
38
struct MatchTrueMatcher final : public Catch::Matchers::MatcherGenericBase {
39
public:
Callers
1
MatchersConstexpr.tests.cpp
File · 0.70
Calls
1
MatchAllMatcher
Class · 0.70
Tested by
no test coverage detected