ROS 2 rclcpp + rcl - humble  humble
ROS 2 C++ Client Library with ROS Client Library
List of all members
rclcpp::function_traits::function_traits< ReturnTypeT(ClassT::*)(Args ...) const > Struct Template Reference
Inheritance diagram for rclcpp::function_traits::function_traits< ReturnTypeT(ClassT::*)(Args ...) const >:
Inheritance graph
[legend]
Collaboration diagram for rclcpp::function_traits::function_traits< ReturnTypeT(ClassT::*)(Args ...) const >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from rclcpp::function_traits::function_traits< ReturnTypeT(ClassT &, Args ...)>
using arguments = typename tuple_tail< typename function_traits< decltype(&FunctionT::operator())>::arguments >::type
 
using argument_type = typename std::tuple_element< N, arguments >::type
 
using return_type = typename function_traits< decltype(&FunctionT::operator())>::return_type
 
- Static Public Attributes inherited from rclcpp::function_traits::function_traits< ReturnTypeT(ClassT &, Args ...)>
static constexpr std::size_t arity
 

Detailed Description

template<typename ClassT, typename ReturnTypeT, typename ... Args>
struct rclcpp::function_traits::function_traits< ReturnTypeT(ClassT::*)(Args ...) const >

Definition at line 137 of file function_traits.hpp.


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