__gnu_cxx::_Temporary_buffer< _ForwardIterator, _Tp >(3) Library Functions Manual NAME __gnu_cxx::_Temporary_buffer< _ForwardIterator, _Tp > SYNOPSIS #include Inherited by __gnu_cxx::temporary_buffer< _ForwardIterator, _Tp >. Public Types typedef pointer iterator typedef value_type * pointer typedef ptrdiff_t size_type typedef _Tp value_type Public Member Functions _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. Protected Attributes pointer _M_buffer size_type _M_len size_type _M_original_len Detailed Description template class __gnu_cxx::_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. Constructor & Destructor Documentation template std::_Temporary_buffer< _ForwardIterator, _Tp >::_Temporary_buffer (_ForwardIterator __seed, size_type __original_len) Constructs a temporary buffer of a size somewhere between zero and the given length. Member Function Documentation template iterator std::_Temporary_buffer< _ForwardIterator, _Tp >::begin () [inline] As per Table mumble. template iterator std::_Temporary_buffer< _ForwardIterator, _Tp >::end () [inline] As per Table mumble. template size_type std::_Temporary_buffer< _ForwardIterator, _Tp >::requested_size () const [inline] Returns the size requested by the constructor; may be >size(). template size_type std::_Temporary_buffer< _ForwardIterator, _Tp >::size () const [inline] As per Table mumble. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_cxx::_Temporary_buffer< _ForwardIterator, _Tp >(3)