#include "tensorstore/box.h"
template <typename T>
constexpr bool tensorstore::IsBoxLike;

Metafunction that evaluates to true if, and only if, T is an optionally cvref-qualified Box or BoxView instance.