¶template <int Dims>
bool any_of_group(const group<Dims>& g, bool pred)
template <int Dims>
bool any_of_group(const group<Dims>& g, bool pred)
Template Parameters
- int Dims
Parameters
- const group<Dims>& g
- bool pred
¶template <int Dims,
typename T,
typename Predicate>
bool any_of_group(const group<Dims>& g,
T x,
Predicate pred)
template <int Dims,
typename T,
typename Predicate>
bool any_of_group(const group<Dims>& g,
T x,
Predicate pred)
Template Parameters
- int Dims
- T
- Predicate
Parameters
- const group<Dims>& g
- T x
- Predicate pred