MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / convertUnknownEnumToString

Function convertUnknownEnumToString

unittests/catch.hpp:830–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828
829 template<typename E>
830 std::string convertUnknownEnumToString( E e ) {
831 return ::Catch::Detail::stringify(static_cast<typename std::underlying_type<E>::type>(e));
832 }
833
834#if defined(_MANAGED)
835 template <typename T>

Callers 1

convertUnstreamableFunction · 0.85

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected