Template Struct Points

Inheritance Relationships

Base Type

  • public Base

Struct Documentation

template<class Derived, class Base>
struct Points : public Base

Public Functions

template<class Iterable = std::initializer_list<param::Point>, class Func = internal::convert<geometry_msgs::msg::Point>>
inline Derived &points(const Iterable &iterable, const Func &func = Func()) noexcept