#include <catch_tostring.h>
|
static std::string | convert (char const *str) |
|
static std::string | convert (char const *str) |
|
template<int SZ>
struct Catch::StringMaker< char[SZ]>
Definition at line 1385 of file catch.hpp.
◆ convert() [1/2]
Definition at line 196 of file catch_tostring.h.
196 {
197 return ::Catch::Detail::stringify(std::string{
str });
198 }
◆ convert() [2/2]
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:
- libraries/sys-vm/external/Catch2/include/internal/catch_tostring.h
- libraries/sys-vm/external/Catch2/single_include/catch2/catch.hpp