Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
doctest::detail::StringMakerBase< C > Struct Template Reference

#include <doctest.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 1039 of file doctest.h.

Member Function Documentation

◆ convert()

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

Definition at line 1041 of file doctest.h.

1041 {
1042#ifdef DOCTEST_CONFIG_REQUIRE_STRINGIFICATION_FOR_ALL_USED_TYPES
1043 static_assert(deferred_false<T>::value, "No stringification detected for type T. See string conversion manual");
1044#endif
1045 return "{?}";
1046 }
static DOCTEST_CONSTEXPR bool value
Definition doctest.h:954

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