souffle  2.0.2-371-g6315b36
Static Public Member Functions
souffle::SouffleProgram::tuple_insert< Tuple, N > Struct Template Reference

Helper function for the wrapper function Relation::insert() and Relation::contains(). More...

#include <SouffleInterface.h>

Collaboration diagram for souffle::SouffleProgram::tuple_insert< Tuple, N >:
Collaboration graph

Static Public Member Functions

static void add (const Tuple &t, souffle::tuple &t1)
 

Detailed Description

template<typename Tuple, size_t N>
struct souffle::SouffleProgram::tuple_insert< Tuple, N >

Helper function for the wrapper function Relation::insert() and Relation::contains().

Definition at line 955 of file SouffleInterface.h.

Member Function Documentation

◆ add()

template<typename Tuple , size_t N>
static void souffle::SouffleProgram::tuple_insert< Tuple, N >::add ( const Tuple t,
souffle::tuple t1 
)
inlinestatic

Definition at line 956 of file SouffleInterface.h.

961  {

Referenced by souffle::SouffleProgram::purgeInternalRelations().


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