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

Class pluralise

tests/catch.hpp:2848–2855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2846 bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis );
2847
2848 struct pluralise {
2849 pluralise( std::size_t count, std::string const& label );
2850
2851 friend std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser );
2852
2853 std::size_t m_count;
2854 std::string m_label;
2855 };
2856}
2857
2858// end catch_string_manip.h

Callers 5

listTestsFunction · 0.85
listTagsFunction · 0.85
printTotalsFunction · 0.85
printTotalsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected