Embedded Template Library 1.0
reference_flat_map.h File Reference
#include "platform.h"
#include "vector.h"
#include "error_handler.h"
#include "debug_count.h"
#include "type_traits.h"
#include "nth_type.h"
#include "parameter_type.h"
#include "exception.h"
#include "static_assert.h"
#include "iterator.h"
#include "optional.h"
#include "private/comparator_is_transparent.h"
#include <stddef.h>

Go to the source code of this file.

Classes

class  etl::flat_map_exception
 
class  etl::flat_map_full
 
class  etl::flat_map_out_of_bounds
 
class  etl::ireference_flat_map< TKey, TMapped, TKeyCompare >
 
class  etl::ireference_flat_map< TKey, TMapped, TKeyCompare >::iterator
 
class  etl::ireference_flat_map< TKey, TMapped, TKeyCompare >::const_iterator
 
class  etl::reference_flat_map< TKey, TValue, MAX_SIZE_, TCompare >
 

Namespaces

namespace  etl
 bitset_ext
 

Functions

template<typename TKey , typename TMapped , typename TKeyCompare >
bool etl::operator== (const etl::ireference_flat_map< TKey, TMapped, TKeyCompare > &lhs, const etl::ireference_flat_map< TKey, TMapped, TKeyCompare > &rhs)
 
template<typename TKey , typename TMapped , typename TKeyCompare >
bool etl::operator!= (const etl::ireference_flat_map< TKey, TMapped, TKeyCompare > &lhs, const etl::ireference_flat_map< TKey, TMapped, TKeyCompare > &rhs)