MCPcopy Create free account
hub / github.com/apache/thrift / EnumToString

Function EnumToString

lib/cpp/test/EnumTest.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68template <class _T>
69std::string EnumToString(_T e)
70{
71 std::stringstream ss;
72 ss << e;
73 return ss.str();
74}
75
76BOOST_AUTO_TEST_CASE(test_enum_ostream)
77{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected