MCPcopy Create free account
hub / github.com/RenderKit/embree / convertUnstreamable

Function convertUnstreamable

tutorials/external/catch.hpp:1252–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250
1251 template<typename T>
1252 typename std::enable_if<
1253 !std::is_enum<T>::value && !std::is_base_of<std::exception, T>::value,
1254 std::string>::type convertUnstreamable( T const& ) {
1255 return Detail::unprintableString;
1256 }
1257 template<typename T>
1258 typename std::enable_if<
1259 !std::is_enum<T>::value && std::is_base_of<std::exception, T>::value,

Callers 1

convertMethod · 0.85

Calls 2

whatMethod · 0.45

Tested by

no test coverage detected