MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / convertUnknownEnumToString

Function convertUnknownEnumToString

Bcore/src/main/cpp/Dobby/tests/catch.hpp:854–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854template <typename E> std::string convertUnknownEnumToString(E e) {
855 return ::Catch::Detail::stringify(static_cast<typename std::underlying_type<E>::type>(e));
856}
857
858#if defined(_MANAGED)
859template <typename T> std::string stringify(T ^ e) {

Callers 1

convertUnstreamableFunction · 0.85

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected