|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 bitset< N >,包括所有继承而来的类成员
| all() const noexcept | bitset< N > | inline |
| any() const noexcept | bitset< N > | inline |
| bitset() noexcept | bitset< N > | inline |
| bitset(const block_type value) noexcept | bitset< N > | inlineexplicit |
| bitset(const string_view str, const char zero='0', const char one='1') | bitset< N > | inlineexplicit |
| bitset(const string &str, const char zero='0', const char one='1') | bitset< N > | inlineexplicit |
| bitset(const char *str, const char zero='0', const char one='1') | bitset< N > | inlineexplicit |
| count() const noexcept | bitset< N > | inline |
| empty() const noexcept | bitset< N > | inline |
| flip() noexcept | bitset< N > | inline |
| flip(const size_t pos) noexcept | bitset< N > | inline |
| none() const noexcept | bitset< N > | inline |
| operator!=(const bitset< N > &rhs) const noexcept(noexcept(!(*this==rhs))) | icomparable< bitset< N > > | inline |
| operator&(const bitset< N > &other) const noexcept(noexcept(const_cast< bitset< N > & >(derived()).operator&=(other))) | ibinary< bitset< N > > | inline |
| operator&=(const bitset &other) noexcept | bitset< N > | inline |
| operator<(const bitset &other) const noexcept | bitset< N > | inline |
| operator<<(const uint32_t shift) const | ibinary< bitset< N > > | inline |
| operator<<=(const uint32_t pos) noexcept | bitset< N > | inline |
| operator<=(const bitset< N > &rhs) const noexcept(noexcept(!(derived() > rhs))) | icomparable< bitset< N > > | inline |
| operator==(const bitset &other) const noexcept | bitset< N > | inline |
| operator>(const bitset< N > &rhs) const noexcept(noexcept(rhs< derived())) | icomparable< bitset< N > > | inline |
| operator>=(const bitset< N > &rhs) const noexcept(noexcept(!(derived()< rhs))) | icomparable< bitset< N > > | inline |
| operator>>(const uint32_t shift) const | ibinary< bitset< N > > | inline |
| operator>>=(const uint32_t pos) noexcept | bitset< N > | inline |
| operator[](const size_t pos) const noexcept | bitset< N > | inline |
| operator[](size_t pos) noexcept | bitset< N > | inline |
| operator^(const bitset< N > &other) const noexcept(noexcept(const_cast< bitset< N > & >(derived()).operator^=(other))) | ibinary< bitset< N > > | inline |
| operator^=(const bitset &other) noexcept | bitset< N > | inline |
| operator|(const bitset< N > &other) const noexcept(noexcept(const_cast< bitset< N > & >(derived()).operator|=(other))) | ibinary< bitset< N > > | inline |
| operator|=(const bitset &other) noexcept | bitset< N > | inline |
| operator~() const noexcept | bitset< N > | inline |
| reset() noexcept | bitset< N > | inline |
| reset(const size_t pos) noexcept | bitset< N > | inline |
| set() noexcept | bitset< N > | inline |
| set(const size_t pos, const bool value=true) noexcept | bitset< N > | inline |
| size() const noexcept | bitset< N > | inline |
| swap(bitset &other) noexcept | bitset< N > | inline |
| test(const size_t position) const noexcept | bitset< N > | inline |
| to_hash() const noexcept | bitset< N > | inline |
| to_string(const char zero, const char one) const | bitset< N > | inline |
| to_string() const | bitset< N > | inline |
| to_ullong() const noexcept | bitset< N > | inline |
| to_ulong() const noexcept | bitset< N > | inline |