#include "tensorstore/static_cast.h"
struct tensorstore::unchecked_t;

Tag type used as the first parameter of some constructors to request an unchecked conversion (e.g. from dynamic rank to a compile-time rank).

Most types in the TensorStore library follow the convention of providing constructors with an initial unchecked_t parameter in order to perform unchecked conversion.

constexpr const unchecked_t tensorstore::unchecked = unchecked{};

Tag value to indicate that an unchecked cast is requested.