MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / bothOrAll

Function bothOrAll

tests/catch.hpp:12819–12822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12817 Catch::Colour::Code dimColour() { return Catch::Colour::FileName; }
12818
12819 std::string bothOrAll( std::size_t count ) {
12820 return count == 1 ? std::string() :
12821 count == 2 ? "both " : "all " ;
12822 }
12823
12824} // anon namespace
12825

Callers 1

printTotalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected