#include "tensorstore/static_cast.h"
template <typename Target, typename SourceRef>
constexpr bool tensorstore::IsStaticCastConstructible;

bool-valued metafunction that evaluates to true if a value of type SourceRef&& can be converted to a type of Target using StaticCast.