rclcpp
master
C++ ROS Client Library API
|
#include <function_traits.hpp>
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 |