#include <bitset.h>
|
typedef _If< _Bits<=32, _Uint32t, _ULonglong >::type _Ty;class reference { friend class bitset< _Bits >;public:~reference() _NOEXCEPT { } reference &operator=(bool _Val) _NOEXCEPT { _Pbitset-> | set(_Mypos, _Val) |
|
◆ set
template<size_t _Bits>
typedef _If< _Bits<=32, _Uint32t, _ULonglong >::type _Ty; class reference { friend class bitset< _Bits >;public: ~reference() _NOEXCEPT { } reference &operator=(bool _Val) _NOEXCEPT { _Pbitset-> bitset< _Bits >::set(_Mypos, _Val) |
◆ flip()
template<size_t _Bits>
reference & bitset< _Bits >::flip |
( |
| ) |
|
|
inline |
◆ operator bool()
template<size_t _Bits>
bitset< _Bits >::operator bool |
( |
| ) |
const |
|
inline |
◆ operator=()
template<size_t _Bits>
reference & bitset< _Bits >::operator= |
( |
const reference & |
_Bitref | ) |
|
|
inline |
◆ operator~()
template<size_t _Bits>
bool bitset< _Bits >::operator~ |
( |
| ) |
const |
|
inline |
◆ this
The documentation for this class was generated from the following file: