Template Class array::BaseArrayRef¶
- Defined in File array.h
Nested Relationships¶
This class is a nested type of Template Class array.
Class Documentation¶
-
template <typename U>
classBaseArrayRef¶ Public Types
-
template<>
template<>
usingvalue_type= U¶
-
template<>
template<>
usingObjectID= typename array::ObjectID¶
-
template<>
template<>
usingdifference_type= typename array::difference_type¶
-
template<>
template<>
usingpointer= typename array::pointer¶
Public Functions
-
template<>
BaseArrayRef(rt::Locality l, difference_type p, ObjectID oid, pointer chunk)¶
-
template<>
BaseArrayRef(const BaseArrayRef &O)¶
-
template<>
BaseArrayRef(BaseArrayRef &&O)¶
-
template<>
BaseArrayRef &operator=(const BaseArrayRef &O)¶
-
template<>
BaseArrayRef &operator=(BaseArrayRef &&O)¶
-
template<>
booloperator==(const BaseArrayRef &O) const¶
-
template<>
value_typeget() const¶
-
template<>