#include <algorithm>
#include <cmath>
#include <cstring>
#include <iostream>
#include <mutable/util/concepts.hpp>
#include <mutable/util/exception.hpp>
#include <mutable/util/macro.hpp>
#include <utility>
#include <vector>
Go to the source code of this file.
|
namespace | m |
|
mutable namespace
|
|
namespace | m::idx |
|
◆ DECLARE
#define DECLARE |
( |
|
CLASS | ) |
extern template struct CLASS; |
◆ M_INDEX_LIST_TEMPLATED
#define M_INDEX_LIST_TEMPLATED |
( |
|
X | ) |
|
Value:
A simple index based on a sorted array that maps keys to their tuple_id.
A recursive model index with two layers consiting only of linear monels that maps keys to their tuple...
Definition at line 294 of file Index.hpp.