![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <iostream>
#include <new>
Go to the source code of this file.
Functions | |
void | test_placement_new () |
void | test_placement_new_using_static () |
int | main () |
Variables | |
constexpr size_t | BufferCount = 10 |
int | gBufferMemory [BufferCount] |
int main | ( | ) |
void test_placement_new | ( | ) |
void test_placement_new_using_static | ( | ) |
|
constexpr |
Definition at line 4 of file 055-placement_new.cpp.
int gBufferMemory[BufferCount] |
Definition at line 6 of file 055-placement_new.cpp.