std::_Temporary_buffer< _ForwardIterator, _Tp >(3cxx) | std::_Temporary_buffer< _ForwardIterator, _Tp >(3cxx) |
std::_Temporary_buffer< _ForwardIterator, _Tp >
#include <stl_tempbuf.h>
Inherited by __gnu_cxx::temporary_buffer< _ForwardIterator, _Tp >.
typedef pointer iterator
typedef value_type * pointer
typedef ptrdiff_t size_type
typedef _Tp value_type
_Temporary_buffer (_ForwardIterator __seed, size_type
__original_len)
iterator begin ()
As per Table mumble. iterator end ()
As per Table mumble. size_type requested_size () const
Returns the size requested by the constructor; may be >size(). size_type
size () const
As per Table mumble.
pointer _M_buffer
size_type _M_len
size_type _M_original_len
class std::_Temporary_buffer< _ForwardIterator, _Tp >"This class is used in two places: stl_algo.h and ext/memory, where it is wrapped as the temporary_buffer class. See temporary_buffer docs for more notes.
Definition at line 136 of file stl_tempbuf.h.
Definition at line 144 of file stl_tempbuf.h.
Definition at line 143 of file stl_tempbuf.h.
Definition at line 145 of file stl_tempbuf.h.
Definition at line 142 of file stl_tempbuf.h.
Constructs a temporary buffer of a size somewhere between zero and the given length.
Definition at line 257 of file stl_tempbuf.h.
References std::pair< _T1, _T2 >::first.
Definition at line 179 of file stl_tempbuf.h.
As per Table mumble.
Definition at line 165 of file stl_tempbuf.h.
As per Table mumble.
Definition at line 170 of file stl_tempbuf.h.
Returns the size requested by the constructor; may be >size().
Definition at line 160 of file stl_tempbuf.h.
As per Table mumble.
Definition at line 155 of file stl_tempbuf.h.
Definition at line 150 of file stl_tempbuf.h.
Definition at line 149 of file stl_tempbuf.h.
Definition at line 148 of file stl_tempbuf.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |