MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / stringify

Function stringify

unittests/catch.hpp:825–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823 // Should be preferably called fully qualified, like ::Catch::Detail::stringify
824 template <typename T>
825 std::string stringify(const T& e) {
826 return ::Catch::StringMaker<typename std::remove_cv<typename std::remove_reference<T>::type>::type>::convert(e);
827 }
828
829 template<typename E>
830 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
printMethod · 0.85
convertMethod · 0.85
ApproxClass · 0.85

Calls 1

convertFunction · 0.85

Tested by

no test coverage detected