ManaPlus
Static Public Member Functions
doctest::detail::StringMakerBase< C > Struct Template Reference

#include <doctest.h>

Static Public Member Functions

template<typename T >
static String convert (const T &)
 

Detailed Description

template<bool C>
struct doctest::detail::StringMakerBase< C >

Definition at line 823 of file doctest.h.

Member Function Documentation

◆ convert()

template<bool C>
template<typename T >
static String doctest::detail::StringMakerBase< C >::convert ( const T &  )
inlinestatic

Definition at line 826 of file doctest.h.

826  {
827  return "{?}";
828  }

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