Catch::pluralise Struct Reference

#include <catch.hpp>

Public Member Functions

 pluralise (std::size_t count, std::string const &label)
 

Public Attributes

std::size_t m_count
 
std::string m_label
 

Friends

std::ostream & operator<< (std::ostream &os, pluralise const &pluraliser)
 

Constructor & Destructor Documentation

◆ pluralise()

Catch::pluralise::pluralise ( std::size_t  count,
std::string const &  label 
)

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
pluralise const &  pluraliser 
)
friend

Member Data Documentation

◆ 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 file: