|
dune-common 2.8.0
|
Loading...
Searching...
No Matches
iteratorfacades.hh
Go to the documentation of this file.
399 typename std::enable_if<std::is_convertible<T1,T2>::value && !std::is_convertible<T2,T1>::value,
Traits for type conversions and type information.
bigunsignedint< k > operator-(const bigunsignedint< k > &x, std::uintmax_t y)
Definition bigunsignedint.hh:537
EnableIfInterOperable< T1, T2, bool >::type operator<(const RandomAccessIteratorFacade< T1, V1, R1, D > &lhs, const RandomAccessIteratorFacade< T2, V2, R2, D > &rhs)
Comparison operator.
Definition iteratorfacades.hh:635
EnableIfInterOperable< T1, T2, bool >::type operator>(const RandomAccessIteratorFacade< T1, V1, R1, D > &lhs, const RandomAccessIteratorFacade< T2, V2, R2, D > &rhs)
Comparison operator.
Definition iteratorfacades.hh:681
EnableIfInterOperable< T1, T2, bool >::type operator<=(const RandomAccessIteratorFacade< T1, V1, R1, D > &lhs, const RandomAccessIteratorFacade< T2, V2, R2, D > &rhs)
Comparison operator.
Definition iteratorfacades.hh:658
EnableIfInterOperable< T1, T2, bool >::type operator==(const ForwardIteratorFacade< T1, V1, R1, D > &lhs, const ForwardIteratorFacade< T2, V2, R2, D > &rhs)
Checks for equality.
Definition iteratorfacades.hh:235
EnableIfInterOperable< T1, T2, bool >::type operator>=(const RandomAccessIteratorFacade< T1, V1, R1, D > &lhs, const RandomAccessIteratorFacade< T2, V2, R2, D > &rhs)
Comparison operator.
Definition iteratorfacades.hh:703
EnableIfInterOperable< T1, T2, bool >::type operator!=(const ForwardIteratorFacade< T1, V1, R1, D > &lhs, const ForwardIteratorFacade< T2, V2, R2, D > &rhs)
Checks for inequality.
Definition iteratorfacades.hh:257
Base class for stl conformant forward iterators.
Definition iteratorfacades.hh:139
DerivedType & operator++()
Preincrement operator.
Definition iteratorfacades.hh:207
D DifferenceType
The type of the difference between two positions.
Definition iteratorfacades.hh:188
R Reference
The type of the reference to the values accessed.
Definition iteratorfacades.hh:193
T DerivedType
The type of derived iterator.
Definition iteratorfacades.hh:173
V Value
The type of value accessed through the iterator.
Definition iteratorfacades.hh:178
typename std::remove_const< V >::type value_type
Definition iteratorfacades.hh:144
DerivedType operator++(int)
Postincrement operator.
Definition iteratorfacades.hh:214
V * Pointer
The pointer to the Value.
Definition iteratorfacades.hh:183
Reference operator*() const
Dereferencing operator.
Definition iteratorfacades.hh:196
Facade class for stl conformant bidirectional iterators.
Definition iteratorfacades.hh:272
typename std::remove_const< V >::type value_type
Definition iteratorfacades.hh:277
Reference operator*() const
Dereferencing operator.
Definition iteratorfacades.hh:330
D difference_type
Definition iteratorfacades.hh:278
T DerivedType
The type of derived iterator.
Definition iteratorfacades.hh:307
DerivedType & operator--()
Preincrement operator.
Definition iteratorfacades.hh:357
Pointer operator->() const
Definition iteratorfacades.hh:335
DerivedType & operator++()
Preincrement operator.
Definition iteratorfacades.hh:341
V * Pointer
The pointer to the Value.
Definition iteratorfacades.hh:317
R Reference
The type of the reference to the values accessed.
Definition iteratorfacades.hh:327
DerivedType operator++(int)
Postincrement operator.
Definition iteratorfacades.hh:348
D DifferenceType
The type of the difference between two positions.
Definition iteratorfacades.hh:322
DerivedType operator--(int)
Postincrement operator.
Definition iteratorfacades.hh:364
V Value
The type of value accessed through the iterator.
Definition iteratorfacades.hh:312
Base class for stl conformant forward iterators.
Definition iteratorfacades.hh:432
typename std::remove_const< V >::type value_type
Definition iteratorfacades.hh:437
DerivedType operator--(int)
Postdecrement operator.
Definition iteratorfacades.hh:555
Reference operator*() const
Dereferencing operator.
Definition iteratorfacades.hh:498
DerivedType & operator++()
Preincrement operator.
Definition iteratorfacades.hh:519
Pointer operator->() const
Definition iteratorfacades.hh:503
D DifferenceType
The type of the difference between two positions.
Definition iteratorfacades.hh:490
DerivedType & operator--()
Predecrement operator.
Definition iteratorfacades.hh:548
DerivedType & operator-=(DifferenceType n)
Definition iteratorfacades.hh:562
DerivedType operator+(DifferenceType n) const
Definition iteratorfacades.hh:539
Reference operator[](DifferenceType n) const
Get the element n positions from the current one.
Definition iteratorfacades.hh:513
T DerivedType
The type of derived iterator.
Definition iteratorfacades.hh:475
V * Pointer
The pointer to the Value.
Definition iteratorfacades.hh:485
DerivedType operator-(DifferenceType n) const
Definition iteratorfacades.hh:568
DerivedType operator++(int)
Postincrement operator.
Definition iteratorfacades.hh:526
V Value
The type of value accessed through the iterator.
Definition iteratorfacades.hh:480
DerivedType & operator+=(DifferenceType n)
Definition iteratorfacades.hh:533
R Reference
The type of the reference to the values accessed.
Definition iteratorfacades.hh:495
Enable typedef if two types are interoperable.
Definition typetraits.hh:81
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8