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

#include <catch_tostring.h>

Static Public Member Functions

static std::string convert (char const *str)
 
static std::string convert (char const *str)
 

Detailed Description

template<int SZ>
struct Catch::StringMaker< char[SZ]>

Definition at line 1385 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

template<int SZ>
static std::string Catch::StringMaker< char[SZ]>::convert ( char const * str)
inlinestatic

Definition at line 196 of file catch_tostring.h.

196 {
197 return ::Catch::Detail::stringify(std::string{ str });
198 }
return str
Definition CLI11.hpp:1359

◆ convert() [2/2]

template<int SZ>
static std::string Catch::StringMaker< char[SZ]>::convert ( char const * str)
inlinestatic

Definition at line 1386 of file catch.hpp.

1386 {
1387 return ::Catch::Detail::stringify(std::string{ str });
1388 }

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