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

#include <catch_tostring.h>

Static Public Member Functions

static std::string convert (wchar_t *str)
 
static std::string convert (wchar_t *str)
 

Detailed Description

Definition at line 1377 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

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

Definition at line 164 of file catch_tostring.cpp.

164 {
165 if (str) {
166 return ::Catch::Detail::stringify(std::wstring{ str });
167 } else {
168 return{ "{null string}" };
169 }
170}
return str
Definition CLI11.hpp:1359

◆ convert() [2/2]

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

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