📄 std__bitset.3
字号:
.TH std::bitset 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::bitset \- .SH SYNOPSIS.br.PP.SS Public Members.in +1c.ti -1c.RI "\fBbitset\fR ()".br.ti -1c.RI "\fBbitset\fR (unsigned long val)".br.ti -1c.RI "template<class charT, class traits, class Allocator> explicit \fBbitset\fR<charT, traits, Allocator> (const basic_string<charT,traits,Allocator> &str, typename basic_string<charT,traits,Allocator>::size_type pos = 0, typename basic_string<charT,traits,Allocator>::size_type n = basic_string<charT,traits,Allocator>::npos)".br.ti -1c.RI "bitset<N>& \fBoperator &=\fR (const bitset<N>& rhs)".br.ti -1c.RI "bitset<N>& \fBoperator|=\fR (const bitset<N>& rhs)".br.ti -1c.RI "bitset<N>& \fBoperator^=\fR (const bitset<N>& rhs)".br.ti -1c.RI "bitset<N>& \fBoperator<<=\fR (size_t pos)".br.ti -1c.RI "bitset<N>& \fBoperator>>=\fR (size_t pos)".br.ti -1c.RI "bitset<N>& \fBset\fR ()".br.ti -1c.RI "bitset<N>& \fBset\fR (size_t pos, int val = true)".br.ti -1c.RI "bitset<N>& \fBreset\fR ()".br.ti -1c.RI "bitset<N>& \fBreset\fR (size_t pos)".br.ti -1c.RI "bitset<N> \fBoperator~\fR () const".br.ti -1c.RI "bitset<N>& \fBflip\fR ()".br.ti -1c.RI "bitset<N>& \fBflip\fR (size_t pos)".br.ti -1c.RI "\fBreference\fR \fBoperator[]\fR (size_t pos)".br.ti -1c.RI "unsigned long \fBto_ulong\fR () const".br.ti -1c.RI "template<class charT, class traits, class Allocator> basic_string<charT, traits, Allocator> \fBto_string\fR<charT, traits, Allocator> () const".br.ti -1c.RI "size_t \fBcount\fR () const".br.ti -1c.RI "size_t \fBsize\fR () const".br.ti -1c.RI "bool \fBoperator==\fR (const bitset<N>& rhs) const".br.ti -1c.RI "bool \fBoperator!=\fR (const bitset<N>& rhs) const".br.ti -1c.RI "bool \fBtest\fR (size_t pos) const".br.ti -1c.RI "bool \fBany\fR () const".br.ti -1c.RI "bool \fBnone\fR () const".br.ti -1c.RI "bitset<N> \fBoperator<<\fR (size_t pos) const".br.ti -1c.RI "bitset<N> \fBoperator>>\fR (size_t pos) const".br.in -1c.SH MEMBER FUNCTION DOCUMENTATION.PP .SS template<size_t N> std::bitset<N>::bitset<N> ().PP.SS template<size_t N> std::bitset<N>::bitset<N> (unsigned long val).PP.SS template<size_t N> template<class charT, class traits, class Allocator> explicit std::bitset<N>::bitset<N> (const basic_string<charT,traits,Allocator>& str, typename basic_string<charT,traits,Allocator>::size_type pos = 0, typename basic_string<charT,traits,Allocator>::size_type n = basic_string<charT,traits,Allocator>::npos).PP.SS template<size_t N> bitset<N>& std::bitset<N>::operator &= (const bitset<N>& rhs).PP.SS template<size_t N> bitset<N>& std::bitset<N>::operator|= (const bitset<N>& rhs).PP.SS template<size_t N> bitset<N>& std::bitset<N>::operator^= (const bitset<N>& rhs).PP.SS template<size_t N> bitset<N>& std::bitset<N>::operator<<= (size_t pos).PP.SS template<size_t N> bitset<N>& std::bitset<N>::operator>>= (size_t pos).PP.SS template<size_t N> bitset<N>& std::bitset<N>::set ().PP.SS template<size_t N> bitset<N>& std::bitset<N>::set (size_t pos, int val = true).PP.SS template<size_t N> bitset<N>& std::bitset<N>::reset ().PP.SS template<size_t N> bitset<N>& std::bitset<N>::reset (size_t pos).PP.SS template<size_t N> bitset<N> std::bitset<N>::operator~ () const.PP.SS template<size_t N> bitset<N>& std::bitset<N>::flip ().PP.SS template<size_t N> bitset<N>& std::bitset<N>::flip (size_t pos).PP.SS template<size_t N> \fBreference\fR std::bitset<N>::operator[] (size_t pos).PP.SS template<size_t N> unsigned long std::bitset<N>::to_ulong () const.PP.SS template<size_t N> template<class charT, class traits, class Allocator> basic_string<charT, traits, Allocator> std::bitset<N>::to_string () const.PP.SS template<size_t N> size_t std::bitset<N>::count () const.PP.SS template<size_t N> size_t std::bitset<N>::size () const.PP.SS template<size_t N> bool std::bitset<N>::operator== (const bitset<N>& rhs) const.PP.SS template<size_t N> bool std::bitset<N>::operator!= (const bitset<N>& rhs) const.PP.SS template<size_t N> bool std::bitset<N>::test (size_t pos) const.PP.SS template<size_t N> bool std::bitset<N>::any () const.PP.SS template<size_t N> bool std::bitset<N>::none () const.PP.SS template<size_t N> bitset<N> std::bitset<N>::operator<< (size_t pos) const.PP.SS template<size_t N> bitset<N> std::bitset<N>::operator>> (size_t pos) const.PP.SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -