#include <catch/catch.hpp>
|
| pluralise (std::size_t count, std::string const &label) |
|
| pluralise (std::size_t count, std::string const &label) |
|
Definition at line 3216 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 |
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
pluralise const & |
pluraliser |
|
) |
| |
|
friend |
◆ 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: