|
Embedded Template Library 1.0
|
#include "platform.h"#include "algorithm.h"#include "iterator.h"#include "functional.h"#include "utility.h"#include "type_traits.h"#include "nth_type.h"#include "pool.h"#include "error_handler.h"#include "exception.h"#include "vector.h"#include "private/comparator_is_transparent.h"#include <stddef.h>Go to the source code of this file.
Namespaces | |
| namespace | etl |
| bitset_ext | |
Functions | |
| template<typename T, typename TKeyCompare> | |
| bool | etl::operator== (const etl::ireference_flat_set< T, TKeyCompare > &lhs, const etl::ireference_flat_set< T, TKeyCompare > &rhs) |
| Template deduction guides. | |
| template<typename T, typename TKeyCompare> | |
| bool | etl::operator!= (const etl::ireference_flat_set< T, TKeyCompare > &lhs, const etl::ireference_flat_set< T, TKeyCompare > &rhs) |
Variables | |
| template<typename TKey, const size_t MAX_SIZE_, typename TCompare> | |
| ETL_CONSTANT size_t | etl::reference_flat_set< TKey, MAX_SIZE_, TCompare >::MAX_SIZE |