MCPcopy Create free account
hub / github.com/Profactor/cv-plot / stringify

Function stringify

CvPlot/ext/catch2/inc/catch.hpp:1621–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619 // Should be preferably called fully qualified, like ::Catch::Detail::stringify
1620 template <typename T>
1621 std::string stringify(const T& e) {
1622 return ::Catch::StringMaker<typename std::remove_cv<typename std::remove_reference<T>::type>::type>::convert(e);
1623 }
1624
1625 template<typename E>
1626 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