Template Struct is_stamped_variable
Defined in File stamped_variable_synchronizer.hpp
Struct Documentation
-
template<typename T>
struct is_stamped_variable Test if a class is derived from both the fuse_core::Variable base class and the fuse_variables::Stamped base class. This is a type.
Public Static Attributes
-
static constexpr bool value = isStamped<T> && isVariable<T>
-
static constexpr bool value = isStamped<T> && isVariable<T>