MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / convertUnknownEnumToString

Function convertUnknownEnumToString

deps/Catch/catch.hpp:1656–1658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1654
1655 template<typename E>
1656 std::string convertUnknownEnumToString( E e ) {
1657 return ::Catch::Detail::stringify(static_cast<typename std::underlying_type<E>::type>(e));
1658 }
1659
1660#if defined(_MANAGED)
1661 template <typename T>

Callers 1

convertUnstreamableFunction · 0.85

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected