#include "tensorstore/util/element_pointer.h"
template <typename Element>
class tensorstore::Shared;

Tag type that represents an Element type to be held via an std::shared_ptr rather than a raw, unowned pointer.

constexpr bool tensorstore::IsShared<T>;

bool-valued metafunction that evaluates to true if T is an instance of Shared.