MCPcopy Create free account
hub / github.com/cirquit/trdrop / convert

Method convert

ext/catch.hpp:1595–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1593#if defined(CATCH_CONFIG_CPP11_IS_ENUM)
1594 template<typename T>
1595 static std::string convert( T const& v )
1596 {
1597 return EnumStringMaker<T>::convert( v );
1598 }
1599#else
1600 template<typename T>
1601 static std::string convert( T const& ) { return unprintableString; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected