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

Function convertUnstreamable

lib/catch2/catch.hpp:1580–1584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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