Define RCLCPP_DISABLE_COPY

Define Documentation

RCLCPP_DISABLE_COPY(...)

Disables the copy constructor and operator= for the given class.

Use in the private section of the class.