#include "tensorstore/util/element_pointer.h"
template <typename Source, typename Target>
constexpr bool tensorstore::IsElementPointerCastConvertible;

Determine if Source and Target are instances of ElementPointer and Source is (explicitly) convertible to Target.