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

Metafunction that evaluates to true if, and only if, T is an optionally ref-qualified non-const Box or MutableBoxView instance.