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);

Created with MrDocs