|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stl/_tempbuf.h>

Go to the source code of this file.
Macros | |
| #define | _STLP_TEMPBUF_C |
Functions | |
| template<class _Tp > | |
| _STLP_BEGIN_NAMESPACE pair< _Tp *, ptrdiff_t > _STLP_CALL | __get_temporary_buffer (ptrdiff_t __len, _Tp *) |
| #define _STLP_TEMPBUF_C |
Definition at line 27 of file _tempbuf.c.
| _STLP_BEGIN_NAMESPACE pair< _Tp *, ptrdiff_t > _STLP_CALL __get_temporary_buffer | ( | ptrdiff_t | __len, |
| _Tp * | |||
| ) |
Definition at line 37 of file _tempbuf.c.
Referenced by get_temporary_buffer().