Template Struct is_stamped_variable

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>