MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / convertUnstreamable

Function convertUnstreamable

tests/catch.hpp:1242–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240
1241 template<typename T>
1242 typename std::enable_if<
1243 !std::is_enum<T>::value && !std::is_base_of<std::exception, T>::value,
1244 std::string>::type convertUnstreamable( T const& ) {
1245 return Detail::unprintableString;
1246 }
1247 template<typename T>
1248 typename std::enable_if<
1249 !std::is_enum<T>::value && std::is_base_of<std::exception, T>::value,

Callers 1

convertMethod · 0.85

Calls 2

whatMethod · 0.80

Tested by

no test coverage detected