template<typename AgentRlePolicyT, typename InputIteratorT, typename OffsetsOutputIteratorT, typename LengthsOutputIteratorT, typename EqualityOpT, typename
OffsetT>
template<bool LAST_TILE>
struct cub::AgentRle< AgentRlePolicyT, InputIteratorT, OffsetsOutputIteratorT, LengthsOutputIteratorT, EqualityOpT, OffsetT >::OobInequalityOp< LAST_TILE >
Special operator that signals all out-of-bounds items are not equal to everything else, forcing both (1) the last item to be tail-flagged and (2) all oob items to be marked trivial.
Definition at line 147 of file agent_rle.cuh.