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

Function convertUnstreamable

external/catch.hpp:1578–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576
1577 template<typename T>
1578 typename std::enable_if<
1579 !std::is_enum<T>::value && !std::is_base_of<std::exception, T>::value,
1580 std::string>::type convertUnstreamable( T const& ) {
1581 return Detail::unprintableString;
1582 }
1583 template<typename T>
1584 typename std::enable_if<
1585 !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