Typedef rclcpp::allocator::Deleter

Typedef Documentation

template<typename Alloc, typename T>
using rclcpp::allocator::Deleter = typename std::conditional<std::is_same<typename std::allocator_traits<Alloc>::template rebind_alloc<T>, std::allocator<T>>::value, std::default_delete<T>, AllocatorDeleter<Alloc>>::type