boost::operator==
Equality operator
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
bool
operator==(
dynamic_bitset<B, A> const& a,
dynamic_bitset<B, A> const& b);
Parameters
| Name | Description |
|---|---|
a |
The left operand |
b |
The right operand |
Created with MrDocs