Click on the banner to return to the class reference home page.

return_temporary_buffer


Memory Handling Primitive

Summary

Pointer based primitive for handling memory

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

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

allocator, get_temporary_buffer


©Copyright 1996, Rogue Wave Software, Inc.