-
#include "tensorstore/static_cast.h"
-
template <typename Target,
typename SourceRef,
CastChecking Checking = CastChecking::unchecked>
requires IsStaticCastConstructible<Target, SourceRef>
using tensorstore::StaticCastResultType; Evaluates to the result of casting a value of type
SourceRef&&
toTarget
with a checking mode ofChecking
.