Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/diff/index-table.hpp"
data snapshot and lookup table
Definition at line 61 of file index-table.hpp.
Public Types | |
using | const_iterator = typename std::vector< VAL >::const_iterator |
using | iterator = typename std::vector< VAL >::iterator |
Private Member Functions | |
void | __rejectDuplicate (VAL const &elm) |
Private Attributes | |
std::vector< VAL > | data_ |
std::map< VAL, size_t > | idx_ |