Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::imap< TKey, TMapped, TKeyCompare >::Data_Node Struct Reference

The data node element in the map. More...

#include <map.h>

Public Member Functions

 Data_Node (value_type value_)
 
- Public Member Functions inherited from etl::map_base::Node
 Node ()
 Constructor.
 
void mark_as_leaf ()
 Marks the node as a leaf.
 

Public Attributes

value_type value
 
- Public Attributes inherited from etl::map_base::Node
Nodechildren [2]
 
uint_least8_t weight
 
uint_least8_t dir
 

Detailed Description

template<typename TKey, typename TMapped, typename TKeyCompare = etl::less<TKey>>
struct etl::imap< TKey, TMapped, TKeyCompare >::Data_Node

The data node element in the map.


The documentation for this struct was generated from the following file: