23 #include "spdlog/fmt/ostr.h"
24 #include "spdlog/spdlog.h"
80 template <
typename EnumType> EnumType
fromString(std::string
const &str);
105 #ifndef GEN_GUARD_AD_RSS_WORLD_ROADSEGMENTTYPE
106 #define GEN_GUARD_AD_RSS_WORLD_ROADSEGMENTTYPE
155 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::world::RoadSegmentType const e)
Conversion of ad::rss::world::RoadSegmentType to std::string helper.
namespace ad
Definition: LateralRelativePosition.hpp:28