Template Struct is_variable_in_pack< T, Ts… >

Struct Documentation

template<typename T, typename ...Ts>
struct is_variable_in_pack<T, Ts...>

Test if a given variable is included in the template parameter pack types.

This version accepts two or more template arguments. The template parameter pack is expanded recursively.

Param variable:

[in] The variable to check against the template parameter pack

Return:

True if the variable’s type is part of the template parameter pack, false otherwise

Public Static Functions

static inline bool value(const fuse_core::Variable &variable)