libstdc++: __gnu_cxx::_Relative_pointer_impl< const _Tp > Class Template Reference (original) (raw)
#include <[pointer.h](a01178%5Fsource.html)>
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) |
Detailed Description
template<typename _Tp>
class __gnu_cxx::_Relative_pointer_impl< const _Tp >
Relative_pointer_impl needs a specialization for const T because of the casting done during pointer arithmetic.
Definition at line 162 of file pointer.h.
Member Typedef Documentation
◆ element_type
Member Function Documentation
◆ get()
◆ operator<()
◆ operator==()
◆ set()
The documentation for this class was generated from the following file: