-
#include "tensorstore/schema.h" -
template <typename T>
static constexpr bool tensorstore::Schema::IsOption =
ChunkLayout::IsOption<T>; Evaluates to
truefor option types compatible withSet. Supported types are:DataType, andStaticDataType
Additionally, all
ChunkLayoutoptions are also supported: