Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ MatchTrue
Function
MatchTrue
tests/SelfTest/UsageTests/MatchersConstexpr.tests.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
};
49
50
constexpr MatchTrueMatcher MatchTrue() { return MatchTrueMatcher(); }
51
52
constexpr std::array<bool, 3> compute_bools( int type ) {
53
switch ( type ) {
Callers
1
MatchersConstexpr.tests.cpp
File · 0.85
Calls
1
MatchTrueMatcher
Class · 0.85
Tested by
no test coverage detected