boost::operator<
Less‐than operator
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
template<typename Iter>
bool
operator<(
bit_iterator_base<Iter> const& lhs,
bit_iterator_base<Iter> const& rhs);
Parameters
| Name | Description |
|---|---|
lhs |
The left operand |
rhs |
The right operand |
Created with MrDocs