Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
template <class _T>
69
std::string EnumToString(_T e)
70
{
71
std::stringstream ss;
72
ss << e;
73
return ss.str();
74
}
75
76
BOOST_AUTO_TEST_CASE(test_enum_ostream)
77
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
str
Method · 0.80
Tested by
no test coverage detected