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

Synopsis

Declared in <bslstl_bitset.h>

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

Return Value

bitset shifted left by pos

Parameters

Name

Description

pos

number of bit positions to shift left

Created with MrDocs