-
#include "tensorstore/box.h"
-
template <typename T>
constexpr bool tensorstore::HasBoxDomain; Metafunction that is specialized to return
true
for typesT
for whichtensorstore::GetBoxDomainOf
when called with a parameter of typeconst T&
returns a Box-like type.