-
#include "tensorstore/index_interval.h" -
friend std::ostream&
tensorstore::OptionallyImplicitIndexInterval::operator<<(
std::ostream& os,
const OptionallyImplicitIndexInterval& x); Prints a string representation of
xtoos.Implicit bounds are indicated with an asterisk, as in
"[5, 10*]"(for an implicit upper bound),[5*, 10](for an implicit lower bound), and[5*, 10*](if both bounds are implicit).