ReactOS 0.4.15-dev-8434-g155a7c7
std Namespace Reference

Classes

struct  less< SetTestClass >
 
class  out_of_range_error
 

Functions

template<class _Tp >
void swap (StackAllocator< _Tp > &__a, StackAllocator< _Tp > &__b)
 
void __throw_out_of_range_fmt (const char *format,...)
 

Function Documentation

◆ __throw_out_of_range_fmt()

void std::__throw_out_of_range_fmt ( const char format,
  ... 
)

Definition at line 29 of file __throw_out_of_range_fmt.cpp.

30{
31 char buffer[1024];
32 va_list argptr;
33
34 va_start(argptr, format);
35 _vsnprintf(buffer, sizeof(buffer), format, argptr);
36 buffer[sizeof(buffer) - 1] = 0;
37 va_end(argptr);
38
40}
char * va_list
Definition: acmsvcex.h:78
#define va_end(ap)
Definition: acmsvcex.h:90
#define va_start(ap, A)
Definition: acmsvcex.h:91
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition: gl.h:1546
GLuint buffer
Definition: glext.h:5915
#define _vsnprintf
Definition: xmlstorage.h:202

◆ swap()

template<class _Tp >
void std::swap ( StackAllocator< _Tp > &  __a,
StackAllocator< _Tp > &  __b 
)
inline

Definition at line 185 of file stack_allocator.h.

186 { __a.swap(__b); }
void swap(StackAllocator &other)

Referenced by SEALED_::DestroyControlWindow().