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