bsl::bitset::operator>>

Return a bitset constructed from shifting this bitset right by the specified pos.

Synopsis

Declared in <bslstl_bitset.h>

bitset<N>
operator>>(std::size_t pos) const noexcept;

Return Value

bitset shifted right by pos

Parameters

NameDescription
posnumber of bit positions to shift right