-
#include "tensorstore/box.h"
-
template <typename OuterBox, typename InnerBox>
requires HasBoxDomain<OuterBox> && IsBoxLike<InnerBox>
bool tensorstore::Contains(const OuterBox& outer,
const InnerBox& inner);
Returns true
if inner
is a subset of outer
.