return_temporary_buffer
Standard C++ Library
Copyright 1996, Rogue Wave Software, Inc.
NAME
return_temporary_buffer - Pointer based primitive for handling
memory
SYNOPSIS
#include <memory>
template <class T>
void return_temporary_buffer (T* p, T*);
DESCRIPTION
The return_temporary_buffer templated function returns a buffer,
previously allocated through get_temporary_buffer, to available
memory. Parameter p points to the buffer.
SEE ALSO
allocate, deallocate, construct, get_temporary_buffer
STANDARDS CONFORMANCE
ANSI X3J16/ISO WG21 Joint C++ Committee