Template Struct adapt_type
Defined in File type_adapter.hpp
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
-
template<typename ROSMessageType>