get_temporary_buffer man page on Solaris

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
Solaris logo
[printable version]

get_temporary_buffer(3C++)	       -	    get_temporary_buffer(3C++)

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

NAME
       get_temporary_buffer

	- Pointer based primitive for handling memory

SYNOPSIS
       #include <memory>
       template <class T>
       pair<T*, ptrdiff_t> get_temporary_buffer (ptrdiff_t);
       template <class T>
       pair<T*, ptrdiff_t> get_temporary_buffer (ptrdiff_t, T*);

DESCRIPTION
       The get_temporary_buffer templatized function reserves from system mem‐
       ory the largest possible buffer that is less than or equal to the  size
       requested  (n*sizeof(T)),  and returns a pair<T*, ptrdiff_t> containing
       the address and size of that buffer. The units  used  to	 describe  the
       capacity are in sizeof(T).

       The  first  version  of this function is not available if your compiler
       does not support functions templatized on return type only.

SEE ALSO
       allocator, pair, return_temporary_buffer.

Rogue Wave Software		  02 Apr 1998	    get_temporary_buffer(3C++)
[top]

List of man pages available for Solaris

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net