__gnu_cxx::_std_pointer_impl(3) debian man page | unix.com

Man Page: __gnu_cxx::_std_pointer_impl

Operating Environment: debian

Section: 3

__gnu_cxx::_Std_pointer_impl< _Tp >(3cxx)								 __gnu_cxx::_Std_pointer_impl< _Tp >(3cxx)

NAME
__gnu_cxx::_Std_pointer_impl< _Tp > -
SYNOPSIS
Public Types typedef _Tp element_type Public Member Functions _Tp * get () const bool operator< (const _Std_pointer_impl &__rarg) const bool operator== (const _Std_pointer_impl &__rarg) const void set (element_type *__arg) Detailed Description template<typename _Tp>class __gnu_cxx::_Std_pointer_impl< _Tp > A storage policy for use with _Pointer_adapter<> which yields a standard pointer. A _Storage_policy is required to provide 4 things: 1) A get() API for returning the stored pointer value. 2) An set() API for storing a pointer value. 3) An element_type typedef to define the type this points to. 4) An operator<() to support pointer comparison. 5) An operator==() to support pointer comparison. Definition at line 62 of file pointer.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 __gnu_cxx::_Std_pointer_impl< _Tp >(3cxx)
Related Man Pages
__gnu_cxx::_extptr_allocator(3) - debian
__gnu_cxx::__pool_alloc(3) - debian
std::complex(3) - debian
__gnu_cxx::_extptr_allocator(3) - centos
__gnu_cxx::_pointer_adapter(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph