Insert a textual representation of the specified bitset x into os.
Declared in <bslstl_bitset.h>
template<
class CHAR_TYPE,
class TRAITS,
std::size_t N>
std::basic_ostream<CHAR_TYPE, TRAITS>&
operator<<(
std::basic_ostream<CHAR_TYPE, TRAITS>& os,
bitset<N> const& x);
reference to the output stream
| Name | Description |
|---|---|
| os | output stream to which the bitset is written |
| x | bitset whose textual form is inserted |