MCPcopy Create free account
hub / github.com/RenderKit/embree / bothOrAll

Function bothOrAll

tutorials/external/catch.hpp:13106–13109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13104 Catch::Colour::Code dimColour() { return Catch::Colour::FileName; }
13105
13106 std::string bothOrAll( std::size_t count ) {
13107 return count == 1 ? std::string() :
13108 count == 2 ? "both " : "all " ;
13109 }
13110
13111} // anon namespace
13112

Callers 1

printTotalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected