MCPcopy Create free account
hub / github.com/apache/trafficserver / convertUnknownEnumToString

Function convertUnknownEnumToString

lib/catch2/catch.hpp:1649–1651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1647
1648 template<typename E>
1649 std::string convertUnknownEnumToString( E e ) {
1650 return ::Catch::Detail::stringify(static_cast<typename std::underlying_type<E>::type>(e));
1651 }
1652
1653#if defined(_MANAGED)
1654 template <typename T>

Callers 1

convertUnstreamableFunction · 0.85

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected