Template Class array::ArrayRef< const U >¶
- Defined in File array.h
Nested Relationships¶
This class is a nested type of Template Class array.
Class Documentation¶
-
template <typename U>
template<>
classArrayRef<const U> : public array::template BaseArrayRef<U> Public Types
-
template<>
template<>
usingvalue_type= const 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<>
booloperator==(const ArrayRef &&v) const
-
template<>
ArrayRef &operator=(const ArrayRef &O)
-
template<>
ArrayRef &operator=(ArrayRef &&O)¶
-
template<>
operator value_type() const
Friends
-
std::ostream &
operator<<(std::ostream &stream, const ArrayRef i)
-
template<>