MCPcopy Create free account
hub / github.com/RenderKit/oidn / stringify

Function stringify

external/catch.hpp:1642–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640 // Should be preferably called fully qualified, like ::Catch::Detail::stringify
1641 template <typename T>
1642 std::string stringify(const T& e) {
1643 return ::Catch::StringMaker<typename std::remove_cv<typename std::remove_reference<T>::type>::type>::convert(e);
1644 }
1645
1646 template<typename E>
1647 std::string convertUnknownEnumToString( E e ) {

Callers 15

convertMethod · 0.85
convertMethod · 0.85
convertMethod · 0.85
rangeToStringFunction · 0.85
convertMethod · 0.85
convertMethod · 0.85
convertMethod · 0.85
printMethod · 0.85
convertMethod · 0.85
convertMethod · 0.85

Calls 1

convertFunction · 0.85

Tested by

no test coverage detected