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

#include <doctest.h>

Static Public Member Functions

static String convert (R C::*p)
 

Detailed Description

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

Definition at line 873 of file doctest.h.

Member Function Documentation

◆ convert()

template<typename R , typename C >
static String doctest::StringMaker< R C::* >::convert ( R C::*  p)
inlinestatic

Definition at line 875 of file doctest.h.

875  {
876  if(p)
877  return detail::rawMemoryToString(p);
878  return "NULL";
879  }
String rawMemoryToString(const void *object, unsigned size)

References doctest::detail::rawMemoryToString().


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