Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
bitset
Similar to std::bitset but without requiring std::string. More...
Data Structures | |
class | bitset_exception |
Exception base for bitset. More... | |
class | bitset_nullptr |
Bitset nullptr exception. More... | |
class | ibitset |
The base class for etl::bitset. More... | |
class | bitset< MAXN > |
The class emulates an array of bool elements, but optimized for space allocation. More... | |
Functions | |
template<const size_t MAXN> | |
bitset< MAXN > | operator& (const bitset< MAXN > &lhs, const bitset< MAXN > &rhs) |
operator & | |
template<const size_t MAXN> | |
bitset< MAXN > | operator| (const bitset< MAXN > &lhs, const bitset< MAXN > &rhs) |
operator | | |
template<const size_t MAXN> | |
bitset< MAXN > | operator^ (const bitset< MAXN > &lhs, const bitset< MAXN > &rhs) |
operator ^ | |
template<const size_t MAXN> | |
bool | operator!= (const bitset< MAXN > &lhs, const bitset< MAXN > &rhs) |
operator != |
Detailed Description
Similar to std::bitset but without requiring std::string.
Function Documentation
bool etl::operator!= | ( | const bitset< MAXN > & | lhs, |
const bitset< MAXN > & | rhs | ||
) |
bitset<MAXN> etl::operator& | ( | const bitset< MAXN > & | lhs, |
const bitset< MAXN > & | rhs | ||
) |
bitset<MAXN> etl::operator^ | ( | const bitset< MAXN > & | lhs, |
const bitset< MAXN > & | rhs | ||
) |
Generated on Tue Jul 12 2022 14:05:47 by
