Skip to main content

template <int Dims>
bool all_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 all_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