MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / convert

Method convert

external/utf8-cpp-utils/test/doctest.h:1040–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038 struct StringMakerBase {
1039 template <typename T>
1040 static String convert(const DOCTEST_REF_WRAP(T)) {
1041#ifdef DOCTEST_CONFIG_REQUIRE_STRINGIFICATION_FOR_ALL_USED_TYPES
1042 static_assert(deferred_false<T>::value, "No stringification detected for type T. See string conversion manual");
1043#endif
1044 return "{?}";
1045 }
1046 };
1047
1048 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected