mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
@@ -202,6 +202,7 @@ public:
|
||||
dynamic_bitset& <a href="#flip2">flip</a>(size_type n);
|
||||
dynamic_bitset& <a href="#flip1">flip</a>();
|
||||
bool <a href="#test">test</a>(size_type n) const;
|
||||
bool <a href="#all">all</a>() const;
|
||||
bool <a href="#any">any</a>() const;
|
||||
bool <a href="#none">none</a>() const;
|
||||
dynamic_bitset <a href="#op-not">operator~</a>() const;
|
||||
@@ -1122,6 +1123,15 @@ size_type <a id="count">count</a>() const
|
||||
set.<br />
|
||||
<b>Throws:</b> nothing.
|
||||
|
||||
<hr />
|
||||
<pre>
|
||||
bool <a id="all">all</a>() const
|
||||
</pre>
|
||||
|
||||
<b>Returns:</b> <tt>true</tt> if all bits in this bitset are set or
|
||||
if <tt>size() == 0</tt>, and otherwise returns <tt>false</tt>.<br />
|
||||
<b>Throws:</b> nothing.
|
||||
|
||||
<hr />
|
||||
<pre>
|
||||
bool <a id="any">any</a>() const
|
||||
|
||||
Reference in New Issue
Block a user