#include <catch_string_manip.h>
Definition at line 2870 of file catch.hpp.
◆ pluralise() [1/2]
Catch::pluralise::pluralise |
( |
std::size_t | count, |
|
|
std::string const & | label ) |
◆ pluralise() [2/2]
Catch::pluralise::pluralise |
( |
std::size_t | count, |
|
|
std::string const & | label ) |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
pluralise const & | pluraliser ) |
|
friend |
Definition at line 90 of file catch_string_manip.cpp.
90 {
91 os << pluraliser.m_count <<
' ' << pluraliser.m_label;
92 if( pluraliser.m_count != 1 )
95 }
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
pluralise const & | pluraliser ) |
|
friend |
Definition at line 90 of file catch_string_manip.cpp.
90 {
91 os << pluraliser.m_count <<
' ' << pluraliser.m_label;
92 if( pluraliser.m_count != 1 )
95 }
◆ m_count
std::size_t Catch::pluralise::m_count |
◆ m_label
std::string Catch::pluralise::m_label |
The documentation for this struct was generated from the following files: