isl_union_set_opt_union_pw_aff: extract out isl_union_pw_aff_opt_val
[isl.git] / isl_maybe_map.h
blob460a89e8a8bfa2a1eaf18194085a867792e8e197
1 #ifndef ISL_MAYBE_MAP_H
2 #define ISL_MAYBE_MAP_H
4 #include <isl/map_type.h>
6 #define ISL_TYPE isl_map
7 #include <isl/maybe_templ.h>
8 #undef ISL_TYPE
10 #endif