Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::pluralise Struct Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::pluralise:

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)
 

Detailed Description

Definition at line 3216 of file catch.hpp.

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 3221 of file catch.hpp.

◆ m_label

std::string Catch::pluralise::m_label

Definition at line 3222 of file catch.hpp.


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