Containers (STL-compatible) StateMachines MessageBus and more for Embedded Systems. See www.etlcpp.com
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
1.7.2