Template Struct adapt_type

Struct Documentation

template<typename CustomType>
struct adapt_type

Template metafunction that can make the type being adapted explicit.

Public Types

template<typename ROSMessageType>
using as = typename ::rclcpp::detail::assert_type_pair_is_specialized_type_adapter<CustomType, ROSMessageType>::type_adapter