MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / convertUnstreamable

Function convertUnstreamable

Bcore/src/main/cpp/Dobby/tests/catch.hpp:795–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793
794template <typename T>
795typename std::enable_if<!std::is_enum<T>::value && !std::is_base_of<std::exception, T>::value, std::string>::type
796convertUnstreamable(T const &) {
797 return Detail::unprintableString;
798}
799template <typename T>
800typename std::enable_if<!std::is_enum<T>::value && std::is_base_of<std::exception, T>::value, std::string>::type
801convertUnstreamable(T const &ex) {

Callers 1

convertMethod · 0.85

Calls 1

Tested by

no test coverage detected