Polly 20.0.0git
|
Classes | |
class | isl_iterator |
Typedefs | |
template<typename ListT > | |
using | list_element_type = decltype(std::declval< ListT >().get_at(0)) |
Functions | |
template<typename T > | |
isl_iterator< T > | begin (const T &t) |
template<typename T > | |
isl_iterator< T > | end (const T &t) |
using isl::noexceptions::list_element_type = typedef decltype(std::declval<ListT>().get_at(0)) |
Definition at line 49 of file ISLTools.h.
isl_iterator< T > isl::noexceptions::begin | ( | const T & | t | ) |
Definition at line 86 of file ISLTools.h.
isl_iterator< T > isl::noexceptions::end | ( | const T & | t | ) |
Definition at line 89 of file ISLTools.h.