rclcpp  master
C++ ROS Client Library API
Public Types | List of all members
rclcpp::detail::MessageDeleterHelper< MessageT, AllocatorT > Struct Template Reference

#include <any_subscription_callback.hpp>

Public Types

using MessageAllocTraits = allocator::AllocRebind< MessageT, AllocatorT >
 
using MessageAlloc = typename MessageAllocTraits::allocator_type
 
using MessageDeleter = allocator::Deleter< MessageAlloc, MessageT >
 

Member Typedef Documentation

◆ MessageAllocTraits

template<typename MessageT , typename AllocatorT >
using rclcpp::detail::MessageDeleterHelper< MessageT, AllocatorT >::MessageAllocTraits = allocator::AllocRebind<MessageT, AllocatorT>

◆ MessageAlloc

template<typename MessageT , typename AllocatorT >
using rclcpp::detail::MessageDeleterHelper< MessageT, AllocatorT >::MessageAlloc = typename MessageAllocTraits::allocator_type

◆ MessageDeleter

template<typename MessageT , typename AllocatorT >
using rclcpp::detail::MessageDeleterHelper< MessageT, AllocatorT >::MessageDeleter = allocator::Deleter<MessageAlloc, MessageT>

The documentation for this struct was generated from the following file: