-
#include "tensorstore/util/element_pointer.h" -
template <typename Element>
class tensorstore::Shared; Tag type that represents an
Elementtype to be held via anstd::shared_ptrrather than a raw, unowned pointer.
Related Constants¶
- constexpr bool tensorstore::IsShared<T>;
bool-valued metafunction that evaluates totrueifTis an instance ofShared.