-
#include "tensorstore/index.h" - constexpr const Index tensorstore::kInfIndex = 0x3fffffffffffffff;
Special
Indexvalue representing positive infinity.The special value of
-kInfIndexwhen used as a lower bound indicates an index range that is unbounded below, and the special value of+kInfIndexwhen used as an upper bound indicates an index range that is unbounded above.