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

Metafunction that is specialized to return true for types T for which tensorstore::GetBoxDomainOf when called with a parameter of type const T& returns a Box-like type.