SMACC2
Public Types | List of all members
rclcpp::adapt_type< CustomType > Struct Template Reference

Template metafunction that can make the type being adapted explicit. More...

#include <type_adapter.hpp>

Collaboration diagram for rclcpp::adapt_type< CustomType >:
Collaboration graph

Public Types

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

Detailed Description

template<typename CustomType>
struct rclcpp::adapt_type< CustomType >

Template metafunction that can make the type being adapted explicit.

Definition at line 135 of file type_adapter.hpp.

Member Typedef Documentation

◆ as

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

Definition at line 138 of file type_adapter.hpp.


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