Vcsn  2.4
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::sparse_map< Key, Value > Class Template Reference

Sparse Map implementation. More...

#include <sparse-map.hh>

Collaboration diagram for vcsn::sparse_map< Key, Value >:

Detailed Description

template<typename Key, typename Value>
class vcsn::sparse_map< Key, Value >

Sparse Map implementation.

Based on Russ Cox trick allowing constant operations for sets: http://research.swtch.com/sparse Porting this concept to maps.

Definition at line 15 of file sparse-map.hh.


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