spdlog
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
Catch::pluralise Struct Reference

Detailed Description

Definition at line 3080 of file catch.hpp.

#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::ostreamoperator<< (std::ostream &os, pluralise const &pluraliser)
 

Constructor & Destructor Documentation

◆ pluralise()

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

Friends And Related Symbol Documentation

◆ operator<<

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

Member Data Documentation

◆ m_count

std::size_t Catch::pluralise::m_count

Definition at line 3085 of file catch.hpp.

◆ m_label

std::string Catch::pluralise::m_label

Definition at line 3086 of file catch.hpp.


The documentation for this struct was generated from the following file: