souffle  2.0.2-371-g6315b36
Public Types
souffle::interpreter::index_utils::get_full_index< arity > Struct Template Reference

#include <Util.h>

Collaboration diagram for souffle::interpreter::index_utils::get_full_index< arity >:
Collaboration graph

Public Types

using type = typename extend< typename get_full_index< arity - 1 >::type, arity - 1 >::type
 

Detailed Description

template<unsigned arity>
struct souffle::interpreter::index_utils::get_full_index< arity >

Definition at line 200 of file Util.h.

Member Typedef Documentation

◆ type

template<unsigned arity>
using souffle::interpreter::index_utils::get_full_index< arity >::type = typename extend<typename get_full_index<arity - 1>::type, arity - 1>::type

Definition at line 201 of file Util.h.


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