Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/culvertsoft/mgen
/ toString
Function
toString
mgen-cpplib/src/main/cpp/mgen/util/stringutil.h:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
*/
36
template<typename EnumType>
37
inline std::string toString(const EnumType e) {
38
return get_enum_name(e);
39
}
40
41
/**
42
* Utility method for MGen readers and writers
Callers
5
get_enum_name
Function · 0.85
write
Method · 0.85
verifyReadTagIf
Method · 0.85
throwByUnexpectedIds
Function · 0.85
getCompatibleEntry
Function · 0.85
Calls
2
get_enum_name
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected