#include "souffle/RamTypes.h"
#include "souffle/utility/span.h"
#include <cassert>
#include <cstddef>
#include <limits>
#include <memory>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
|  | 
| template<std::size_t Arity> | 
| RamDomain | souffle::pack (RecordTable &recordTab, span< const RamDomain, Arity > tuple) | 
|  | helper to convert tuple to record reference for the synthesiser  More... 
 | 
|  | 
| template<std::size_t Arity> | 
| RamDomain | souffle::pack (RecordTable &recordTab, Tuple< RamDomain, Arity > const &tuple) | 
|  | helper to convert tuple to record reference for the synthesiser  More... 
 | 
|  |