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