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