ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dfe_flat.hpp File Reference

Minimal associative containers based on continous storage. More...

#include <algorithm>
#include <functional>
#include <stdexcept>
#include <vector>
+ Include dependency graph for dfe_flat.hpp:

Go to the source code of this file.

Classes

class  dfe::FlatSet< T, Compare, Container >
 
class  dfe::FlatMap< Key, T, Compare >
 
struct  dfe::FlatMap< Key, T, Compare >::KeyIndex
 
struct  dfe::FlatMap< Key, T, Compare >::KeyCompare
 

Namespaces

namespace  dfe
 

Detailed Description

Minimal associative containers based on continous storage.

Author
Moritz Kiehn msmk@.nosp@m.cern.nosp@m..ch
Date
2019-02-27, Initial version

Definition in file dfe_flat.hpp.