23 #include "spdlog/fmt/ostr.h"
24 #include "spdlog/spdlog.h"
84 template <
typename EnumType> EnumType
fromString(std::string
const &str);
109 #ifndef GEN_GUARD_AD_RSS_STATE_LATERALRESPONSE
110 #define GEN_GUARD_AD_RSS_STATE_LATERALRESPONSE
159 return formatter<string_view>::format(std::to_string(value), ctx);
std::string to_string(::ad::rss::core::LateralRelativePosition const &value)
overload of the std::to_string for LateralRelativePosition
Definition: LateralRelativePosition.hpp:162
EnumType fromString(std::string const &str)
Conversion from std::string to enum type T helper.
std::string toString(::ad::rss::state::LateralResponse const e)
Conversion of ad::rss::state::LateralResponse to std::string helper.
namespace ad
Definition: LateralRelativePosition.hpp:28