boost::dynamic_bitset::operator[]

The same as test( pos ).

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

bool
operator[](size_type pos) const;

Return Value

The same as test( pos ).

Parameters

Name Description

pos

The right operand

Preconditions

  • pos < this‐>size().

Created with MrDocs