Insert a textual representation of the specified bitset x into os.
Synopsis
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);
Return Value
reference to the output stream
Parameters
Name |
Description |
os |
output stream to which the bitset is written |
x |
bitset whose textual form is inserted |
Created with MrDocs