Variable fuse_variables::detail::allTrue

Variable Documentation

template<typename ...Ts>
constexpr bool fuse_variables::detail::allTrue = all_true<Ts...>::value

Test if a property is true for all types in a template parameter pack. This is a boolean value.