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

#include <catch_tostring.h>

Static Public Member Functions

template<typename U >
static std::string convert (U *p)
 
template<typename U >
static std::string convert (U *p)
 

Detailed Description

template<typename T>
struct Catch::StringMaker< T * >

Definition at line 1461 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

template<typename T >
template<typename U >
static std::string Catch::StringMaker< T * >::convert ( U * p)
inlinestatic

Definition at line 273 of file catch_tostring.h.

273 {
274 if (p) {
275 return ::Catch::Detail::rawMemoryToString(p);
276 } else {
277 return "nullptr";
278 }
279 }
const mie::Vuint & p
Definition bn.cpp:27

◆ convert() [2/2]

template<typename T >
template<typename U >
static std::string Catch::StringMaker< T * >::convert ( U * p)
inlinestatic

Definition at line 1463 of file catch.hpp.

1463 {
1464 if (p) {
1465 return ::Catch::Detail::rawMemoryToString(p);
1466 } else {
1467 return "nullptr";
1468 }
1469 }

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