<memory>(包括了各种指针)

Memory elements

This header defines general utilities to manage dynamic memory:

Allocators

Managed pointers


Functions and classes related to shared_ptr:

Uninitialized memory

Raw storage iterator:


Temporary buffers:


Specialized algorithms:

Memory model

http://www.cplusplus.com/reference/memory/

猜你喜欢

转载自www.cnblogs.com/findumars/p/9260224.html