MCPcopy Create free account
hub / github.com/Unsigned-Long/iKalibr / integerToString

Method integerToString

include/util/enum_cast.hpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83 template <class EnumType>
84 static constexpr auto integerToString(int enumValue) {
85 return enumToString(integerToEnum<EnumType>(enumValue));
86 }
87};
88
89} // namespace ns_ikalibr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected