libstdc++
|
Public Member Functions | |
const _Tp * | get () const |
bool | operator< (const _Relative_pointer_impl &__rarg) const |
bool | operator== (const _Relative_pointer_impl &__rarg) const |
void | set (const _Tp *__arg) |
Public Attributes | |
const typedef _Tp | element_type |
Relative_pointer_impl needs a specialization for const T because of the casting done during pointer arithmetic.