ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Public Member Functions | |
AllocatorDeleter (Allocator *a) | |
template<typename T > | |
AllocatorDeleter (const AllocatorDeleter< T > &a) | |
template<typename T > | |
void | operator() (T *ptr) |
Allocator * | get_allocator () const |
void | set_allocator (Allocator *alloc) |
Definition at line 27 of file allocator_deleter.hpp.