Return true if all of the bits in this bitset have the value of 1 and false otherwise. Note that all() and none() are both true for bitsets of size 0.

Synopsis

Declared in <bslstl_bitset.h>

bool
all() const noexcept;

Created with MrDocs