commit 2025-10-18 19:06 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -10555,8 +10555,8 @@ namespace ZNsCPP */
|
|||||||
- placement
|
- placement
|
||||||
|
|
||||||
new 를 overload 할 때 추가로 인자를 전달하는 방법을 제공합니다. 예를 들어, 표준 C++ 라이
|
new 를 overload 할 때 추가로 인자를 전달하는 방법을 제공합니다. 예를 들어, 표준 C++ 라이
|
||||||
브러리의 default new는 메모리가 바닥나면 exception 을 throw 합니다. Overload 된 new 는 대
|
브러리의 default new 는 메모리가 바닥나면 exception 을 throw 합니다. Overload 된 new 는
|
||||||
신 NULL 을 리턴하는데, Overload 된 new 는 다음과 같이 정의되어 있습니다.
|
대신 NULL 을 리턴하는데, Overload 된 new 는 다음과 같이 정의되어 있습니다.
|
||||||
|
|
||||||
struct nothrow_t {};
|
struct nothrow_t {};
|
||||||
extern const nothrow_t nothrow;
|
extern const nothrow_t nothrow;
|
||||||
|
Reference in New Issue
Block a user