-
#include "tensorstore/index_interval.h"
-
constexpr Index
tensorstore::ExplicitIndexOr(Index index, Index default_value); Returns
index
ifindex != kImplicit
, ordefault_value
otherwise.
#include "tensorstore/index_interval.h"
Returns index
if index != kImplicit
, or default_value
otherwise.