Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ describe
Method
describe
unittests/catch.hpp:2559–2561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2557
}
2558
2559
std::string describe() const override {
2560
return
"Contains: "
+ ::Catch::Detail::stringify( m_comparator );
2561
}
2562
2563
T const& m_comparator;
2564
};
Callers
nothing calls this directly
Calls
1
stringify
Function · 0.85
Tested by
no test coverage detected