ManaPlus
Static Public Member Functions
Catch::StringMaker< R C::* > Struct Template Reference

#include <catch.hpp>

Static Public Member Functions

static std::string convert (R C::*p)
 

Detailed Description

template<typename R, typename C>
struct Catch::StringMaker< R C::* >

Definition at line 1691 of file catch.hpp.

Member Function Documentation

◆ convert()

template<typename R , typename C >
static std::string Catch::StringMaker< R C::* >::convert ( R C::*  p)
inlinestatic

Definition at line 1692 of file catch.hpp.

1692  {
1693  if( !p )
1694  return "NULL";
1695  else
1696  return Detail::rawMemoryToString( p );
1697  }
std::string rawMemoryToString(const void *object, std::size_t size)

References Catch::Detail::rawMemoryToString().


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