Containers (STL-compatible) StateMachines MessageBus and more for Embedded Systems. See www.etlcpp.com
flat_set
A flat_set with the capacity defined at compile time. More...
Data Structures | |
| class | iflat_set< T, TKeyCompare > |
| The base class for specifically sized flat_sets. More... | |
| class | flat_set< T, MAX_SIZE_, TCompare > |
| A flat_set implementation that uses a fixed size buffer. More... | |
Functions | |
| template<typename T , typename TKeyCompare > | |
| bool | operator== (const etl::iflat_set< T, TKeyCompare > &lhs, const etl::iflat_set< T, TKeyCompare > &rhs) |
| Equal operator. | |
| template<typename T , typename TKeyCompare > | |
| bool | operator!= (const etl::iflat_set< T, TKeyCompare > &lhs, const etl::iflat_set< T, TKeyCompare > &rhs) |
| Not equal operator. | |
Detailed Description
A flat_set with the capacity defined at compile time.
Has insertion of O(N) and flat_set of O(logN) Duplicate entries and not allowed.
Function Documentation
| bool etl::operator!= | ( | const etl::iflat_set< T, TKeyCompare > & | lhs, |
| const etl::iflat_set< T, TKeyCompare > & | rhs | ||
| ) |
Not equal operator.
- Returns:
- true if the arrays are not equal, otherwise false
Definition at line 537 of file flat_set.h.
| bool etl::operator== | ( | const etl::iflat_set< T, TKeyCompare > & | lhs, |
| const etl::iflat_set< T, TKeyCompare > & | rhs | ||
| ) |
Equal operator.
- Returns:
- true if the arrays are equal, otherwise false
Definition at line 524 of file flat_set.h.
Generated on Tue Jul 12 2022 14:05:47 by
1.7.2