rclcpp  master
C++ ROS Client Library API
Public Types | Static Public Attributes | List of all members
rclcpp::node_interfaces::detail::has_get_node_base_interface< NodeType, ReturnType > Struct Template Reference

#include <get_node_base_interface.hpp>

Public Types

using type = decltype(check< NodeType >(nullptr))
 

Static Public Attributes

static constexpr bool value = type::value
 

Member Typedef Documentation

◆ type

template<typename NodeType , typename ReturnType >
using rclcpp::node_interfaces::detail::has_get_node_base_interface< NodeType, ReturnType >::type = decltype(check<NodeType>(nullptr))

Member Data Documentation

◆ value

template<typename NodeType , typename ReturnType >
constexpr bool rclcpp::node_interfaces::detail::has_get_node_base_interface< NodeType, ReturnType >::value = type::value
static

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