1/// These are automatically generated templated C++ bindings for isl.
2///
3/// isl is a library for computing with integer sets and maps described by
4/// Presburger formulas. On top of this, isl provides various tools for
5/// polyhedral compilation, ranging from dependence analysis over scheduling
6/// to AST generation.
7
8#ifndef ISL_TYPED_CPP
9#define ISL_TYPED_CPP
10
11#include <type_traits>
12
13#include <isl/cpp.h>
14
15namespace isl {
16namespace typed {
17
18template <typename Domain, typename Range>
19struct pair {};
20
21struct Anonymous;
22