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