Return a bitset constructed from shifting this bitset right by the specified pos.
pos
Declared in <bslstl_bitset.h>
<bslstl_bitset.h>
bitset<N> operator>>(std::size_t pos) const noexcept;
Created with MrDocs