-
#include "tensorstore/static_cast.h"
-
template <typename Target, typename SourceRef>
constexpr bool tensorstore::IsStaticCastConstructible; bool
-valued metafunction that evaluates totrue
if a value of typeSourceRef&&
can be converted to a type ofTarget
usingStaticCast
.