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