MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / convertUnstreamable

Function convertUnstreamable

extlibs/catch/include/catch/catch.hpp:1557–1561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555
1556 template<typename T>
1557 typename std::enable_if<
1558 !std::is_enum<T>::value && !std::is_base_of<std::exception, T>::value,
1559 std::string>::type convertUnstreamable( T const& ) {
1560 return Detail::unprintableString;
1561 }
1562 template<typename T>
1563 typename std::enable_if<
1564 !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