Template Struct NodeInterfacesSupportCheck< StorageClassT, NextInterfaceT, RemainingInterfaceTs … >

Inheritance Relationships

Base Type

Struct Documentation

template<typename StorageClassT, typename NextInterfaceT, typename ...RemainingInterfaceTs>
struct NodeInterfacesSupportCheck<StorageClassT, NextInterfaceT, RemainingInterfaceTs...> : public rclcpp::node_interfaces::detail::NodeInterfacesSupportCheck<StorageClassT, RemainingInterfaceTs...>

Iterating specialization that ensures classes are supported and inherited.