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.h File Reference
Go to the source code of this file.
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 | ibitset::bit_reference |
The reference type returned. More... | |
class | bitset< MAXN > |
The class emulates an array of bool elements, but optimized for space allocation. More... | |
Namespaces | |
namespace | etl |
A multimap with the capacity defined at compile time. | |
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 != | |
template<const size_t MAXN> | |
void | swap (etl::bitset< MAXN > &lhs, etl::bitset< MAXN > &rhs) |
swap |
Detailed Description
Definition in file bitset.h.
Function Documentation
void swap | ( | etl::bitset< MAXN > & | lhs, |
etl::bitset< MAXN > & | rhs | ||
) |
Generated on Tue Jul 12 2022 14:05:46 by
