MCPcopy Create free account
hub / github.com/Profactor/cv-plot / convertUnknownEnumToString

Function convertUnknownEnumToString

CvPlot/ext/catch2/inc/catch.hpp:1626–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1624
1625 template<typename E>
1626 std::string convertUnknownEnumToString( E e ) {
1627 return ::Catch::Detail::stringify(static_cast<typename std::underlying_type<E>::type>(e));
1628 }
1629
1630#if defined(_MANAGED)
1631 template <typename T>

Callers 1

convertUnstreamableFunction · 0.85

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected