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);

Return Value

true if the left object is less than the right object, false otherwise

Parameters

Name Description

lhs

The left operand

rhs

The right operand

Created with MrDocs