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 *str)
 
static std::string convert (char *str)
 

Detailed Description

Definition at line 1355 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

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

Definition at line 133 of file catch_tostring.cpp.

133 {
134 if (str) {
135 return ::Catch::Detail::stringify(std::string{ str });
136 } else {
137 return{ "{null string}" };
138 }
139}
return str
Definition CLI11.hpp:1359

◆ convert() [2/2]

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

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