MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / bothOrAll

Function bothOrAll

unittests/catch.hpp:11297–11300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11295 Catch::Colour::Code dimColour() { return Catch::Colour::FileName; }
11296
11297 std::string bothOrAll( std::size_t count ) {
11298 return count == 1 ? std::string() :
11299 count == 2 ? "both " : "all " ;
11300 }
11301
11302} // anon namespace
11303

Callers 1

printTotalsFunction · 0.85

Calls 1

stringClass · 0.85

Tested by

no test coverage detected