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

Method pluralise

unittests/catch.hpp:9621–9624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9619 }
9620
9621 pluralise::pluralise( std::size_t count, std::string const& label )
9622 : m_count( count ),
9623 m_label( label )
9624 {}
9625
9626 std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser ) {
9627 os << pluraliser.m_count << ' ' << pluraliser.m_label;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected