65 return (
x() &&
y() &&
z());
71 return (
x() ||
y() ||
z());
83 unsigned int total = 0;
85 for (
const bool val : *
this)
void operator=(const UList< T > &list)
Assignment to UList operator. Takes linear time.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
unsigned int count(const bool on=true) const
Count number of items set.
bool none() const noexcept
True if no components are set.
void flip()
Invert all values.
bool z() const noexcept
The z component.
boolVector & operator=(const boolVector &)=default
Copy assignment.
bool any() const noexcept
True if any components are set.
boolVector()
Default construct, zero-initialized (ie, false).
bool all() const noexcept
True if all components are set.