Man Page return_temporary_buffer.3



                       Standard C++ Library
             Copyright 1998, Rogue Wave Software, Inc.



NAME

     return_temporary_buffer

      - A pointer-based primitive for handling memory.

     #include <memory>
     template <class T>
     void return_temporary_buffer (T* p, T*);





DESCRIPTION

     The return_temporary_buffer_templatized function  returns  a
     buffer,  previously  allocated through get_temporary_buffer,
     to available memory. Parameter p points to the buffer.





SEE ALSO

     allocator, get_temporary_buffer