#include "tensorstore/data_type.h"
template <typename T>
class tensorstore::StaticDataType;

Empty/monostate type that represents a statically known element type.

In generic code, this can be used in place of an DataType when the element type is statically known.