boost::operator<

Less‐than operator

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

bool
operator<(
    dynamic_bitset<B, A> const& a,
    dynamic_bitset<B, A> const& b);

Return Value

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

Parameters

Name Description

a

The left operand

b

The right operand

Created with MrDocs