Skip to main content

template <int Dims,
          typename T,
          typename Predicate>
bool none_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

template <int Dims>
bool none_of_group(const group<Dims>& g,
                   bool pred)

Template Parameters

int Dims

Parameters

const group<Dims>& g
bool pred