ROS 2 rclcpp + rcl - humble  humble
ROS 2 C++ Client Library with ROS Client Library
Static Public Attributes | List of all members
rclcpp::is_ros_compatible_type< T > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct rclcpp::is_ros_compatible_type< T >

Definition at line 26 of file is_ros_compatible_type.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool rclcpp::is_ros_compatible_type< T >::value
staticconstexpr
Initial value:
=
rosidl_generator_traits::is_message<T>::value ||
Template structure used to adapt custom, user-defined types to ROS types.

Definition at line 28 of file is_ros_compatible_type.hpp.


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