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

Method stringToInteger

include/util/enum_cast.hpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78 template <class EnumType>
79 static constexpr auto stringToInteger(const std::string &enumStr) {
80 return enumToInteger(stringToEnum<EnumType>(enumStr));
81 }
82
83 template <class EnumType>
84 static constexpr auto integerToString(int enumValue) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected