Typedef fuse_publishers::detail::all_stamped_variables

Typedef Documentation

template<typename ...Ts>
using fuse_publishers::detail::all_stamped_variables = all_true<is_stamped_variable<Ts>...>

Test if all of the template parameter pack types are fuse_core::Variable and fuse_variables::Stamped. This is a type.