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

Function convertUnstreamable

test/expected/catch.hpp:1560–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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