rclcpp  master
C++ ROS Client Library API
Public Types | List of all members
rclcpp::subscription_traits::extract_message_type< MessageT > Struct Template Reference

#include <subscription_traits.hpp>

Inheritance diagram for rclcpp::subscription_traits::extract_message_type< MessageT >:
Inheritance graph
[legend]

Public Types

using type = typename std::remove_cv_t< std::remove_reference_t< MessageT > >
 

Member Typedef Documentation

◆ type

template<typename MessageT >
using rclcpp::subscription_traits::extract_message_type< MessageT >::type = typename std::remove_cv_t<std::remove_reference_t<MessageT> >

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