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

#include <catch_tostring.h>

Static Public Member Functions

static std::string convert (char c)
 
static std::string convert (char c)
 

Detailed Description

Definition at line 1434 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

std::string Catch::StringMaker< char >::convert ( char c)
static

Definition at line 226 of file catch_tostring.cpp.

226 {
227 return ::Catch::Detail::stringify(static_cast<signed char>(c));
228}

◆ convert() [2/2]

static std::string Catch::StringMaker< char >::convert ( char c)
static

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