souffle  2.0.2-371-g6315b36
Public Types
souffle::interpreter::index< Columns > Struct Template Reference

The index class is utilized as a template-meta-programming structure to specify and realize indices. More...

#include <Util.h>

Collaboration diagram for souffle::interpreter::index< Columns >:
Collaboration graph

Public Types

using comparator = index_utils::comparator< Columns... >
 

Detailed Description

template<unsigned... Columns>
struct souffle::interpreter::index< Columns >

The index class is utilized as a template-meta-programming structure to specify and realize indices.

Template Parameters
Columns... the order in which elements of the relation to be indexed shell be considered by this index.

Definition at line 176 of file Util.h.

Member Typedef Documentation

◆ comparator

template<unsigned... Columns>
using souffle::interpreter::index< Columns >::comparator = index_utils::comparator<Columns...>

Definition at line 178 of file Util.h.


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