-
#include "tensorstore/index_interval.h"
-
bool tensorstore::ContainsOrUnbounded(IndexInterval outer,
IndexInterval inner); Returns
true
if the lower and upper bound ofinner
is either unbounded or contained with the lower and upper bound, respectively, ofouter
.