NiHu
2.0
|
Copy condition when zipping an interval. More...
#include <interval.hpp>
Public Types | |
typedef tmp::deref< typename tmp::prev< Iter >::type >::type | prev |
previous element | |
typedef tmp::deref< Iter >::type | cur |
current element | |
typedef std::integral_constant< bool, std::ratio_greater< typename cur::x, typename prev::x >::type::value &&tmp::less< typename cur::y, typename prev::y >::type::value > | type |
copy if cur.x > prev.x and cur.y < prev.y | |
Copy condition when zipping an interval.
Iter | The iterator pointing to the source element |
Begin | Tterator pointing to the first element |
Definition at line 98 of file interval.hpp.