-
#include "tensorstore/util/element_pointer.h" -
template <typename T>
struct tensorstore::ElementTagTraits; Traits for element tag types.
Defines a nested
Pointertype alias that specifies the pointer type corresponding to the element tag, and arebindtemplate for obtaining an element tag with the same ownership semantics for a different element type.- Template Parameters:¶
- typename T¶
Type satisfying
IsElementTag<T>.
Types¶