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

Method pluralise

tests/catch.hpp:11157–11160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11155 }
11156
11157 pluralise::pluralise( std::size_t count, std::string const& label )
11158 : m_count( count ),
11159 m_label( label )
11160 {}
11161
11162 std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser ) {
11163 os << pluraliser.m_count << ' ' << pluraliser.m_label;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected