-
#include "tensorstore/box.h" -
template <typename T, DimensionIndex Rank>
constexpr bool tensorstore::IsBoxLikeExplicitlyConvertibleToRank; Metafunction that evaluates to
trueif, and only if,Tis a Box-like type withBox::static_rankexplicitly convertible toRank.