An ordered pair (index, value), primarily designed for reductions such as sp::ArgMinLeftmost.
More...
#include <Types.hpp>
Public Types | |
| typedef I | index_type |
| typedef T | value_type |
Public Member Functions | |
| constexpr | IndPair (I index) |
| constexpr | IndPair (I index, T value) |
Public Attributes | |
| I | index |
| T | value |
Static Public Attributes | |
| constexpr static int | Size = -1 |
An ordered pair (index, value), primarily designed for reductions such as sp::ArgMinLeftmost.