SPH
Classes
FlatMap.h File Reference

Key-value associative container implemented as a sorted array. More...

#include "objects/containers/Array.h"
#include "objects/wrappers/Optional.h"
#include <algorithm>

Go to the source code of this file.

Classes

class  FlatMap< TKey, TValue, TLess >
 Container of key-value pairs. More...
 
struct  FlatMap< TKey, TValue, TLess >::Element
 Element of the container. More...
 

Detailed Description

Key-value associative container implemented as a sorted array.

Author
Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
Date
2016-2021

Definition in file FlatMap.h.