[#bsl-operator_rshift-0f] = xref:bsl.adoc[bsl]::operator>> :relfileprefix: ../ :mrdocs: Extract a bitset from the specified input stream `is` into `x`. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CHAR_TYPE, class TRAITS, std::size_t N> std::basic_istream<CHAR_TYPE, TRAITS>& operator>>( std::basic_istream<CHAR_TYPE, TRAITS>& is, xref:bsl/bitset.adoc[bitset<N>]& x); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#