Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::StringMaker< bool > Struct Reference

#include <catch_tostring.h>

Static Public Member Functions

static std::string convert (bool b)
 
static std::string convert (bool b)
 

Detailed Description

Definition at line 1429 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

std::string Catch::StringMaker< bool >::convert ( bool b)
static

Definition at line 205 of file catch_tostring.cpp.

205 {
206 return b ? "true" : "false";
207}

◆ convert() [2/2]

static std::string Catch::StringMaker< bool >::convert ( bool b)
static

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