24 #include "ad/physics/Distance.hpp" 
   50   typedef std::shared_ptr<RelativePosition> 
Ptr;
 
   55   typedef std::shared_ptr<RelativePosition const> 
ConstPtr;
 
  125     ::ad::rss::core::LongitudinalRelativePosition::Overlap};
 
  150 #ifndef GEN_GUARD_AD_RSS_CORE_RELATIVEPOSITION 
  151 #define GEN_GUARD_AD_RSS_CORE_RELATIVEPOSITION 
  176   os << 
"RelativePosition(";
 
  177   os << 
"longitudinal_position:";
 
  180   os << 
"longitudinal_distance:";
 
  183   os << 
"lateral_position:";
 
  186   os << 
"lateral_distance:";
 
  202   stringstream sstream;
 
  204   return sstream.str();
 
  215     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
 
namespace ad
Definition: LateralRelativePosition.hpp:28