¶template <int Dims,
          typename T,
          typename Predicate>
bool none_of_group(const group<Dims>& g,
                   T x,
                   Predicate pred)
template <int Dims,
          typename T,
          typename Predicate>
bool none_of_group(const group<Dims>& g,
                   T x,
                   Predicate pred)Declared at: include/item.h:361
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 <int Dims>
bool none_of_group(const group<Dims>& g,
                   bool pred)Declared at: include/item.h:366
Template Parameters
- int Dims
Parameters
- const group<Dims>& g
- bool pred