knx
Library API
knx
Page Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Unions
Functions
Variables
Typedefs
knx
Library API
Template Class Map
View page source
Template Class Map
Defined in
File simple_map.h
Class Documentation
template
<
typename
K
,
typename
V
,
int
SIZE
>
class
Map
Public Functions
inline
Map
(
)
inline
void
clear
(
)
inline
bool
empty
(
)
inline
uint8_t
size
(
)
inline
bool
insert
(
K
key
,
V
value
)
inline
bool
insertOrAssign
(
K
key
,
V
value
)
inline
bool
erase
(
K
key
)
inline
V
*
get
(
K
key
)