#include <catch_tostring.h>
|
template<typename U > |
static std::string | convert (U *p) |
|
template<typename U > |
static std::string | convert (U *p) |
|
template<typename
T>
struct Catch::StringMaker< T * >
Definition at line 1461 of file catch.hpp.
◆ convert() [1/2]
Definition at line 273 of file catch_tostring.h.
273 {
275 return ::Catch::Detail::rawMemoryToString(
p);
276 } else {
277 return "nullptr";
278 }
279 }
◆ convert() [2/2]
Definition at line 1463 of file catch.hpp.
1463 {
1465 return ::Catch::Detail::rawMemoryToString(
p);
1466 } else {
1467 return "nullptr";
1468 }
1469 }
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