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

#include <doctest.h>

Static Public Member Functions

template<typename U >
static String convert (U *p)
 

Detailed Description

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

Definition at line 862 of file doctest.h.

Member Function Documentation

◆ convert()

template<typename T >
template<typename U >
static String doctest::StringMaker< T * >::convert ( U *  p)
inlinestatic

Definition at line 865 of file doctest.h.

865  {
866  if(p)
867  return detail::rawMemoryToString(p);
868  return "NULL";
869  }
String rawMemoryToString(const void *object, unsigned size)

References doctest::detail::rawMemoryToString().


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