#include "tensorstore/box.h"
template <typename T, DimensionIndex Rank>
constexpr bool tensorstore::IsBoxLikeImplicitlyConvertibleToRank;

Metafunction that evaluates to true if, and only if, T is a Box-like type with Box::static_rank implicitly convertible to Rank.