rclcpp  master
C++ ROS Client Library API
List of all members
rclcpp::function_traits::function_traits< ReturnTypeT(ClassT::*)(Args ...) const > Struct Template Reference

#include <function_traits.hpp>

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

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