We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d592ee2 commit a2fde10Copy full SHA for a2fde10
2_STL_allocator/2_2_2_memory 2_STL_allocator/2_2_2_memory.cpp2_STL_allocator/2_2_2_memory renamed to 2_STL_allocator/2_2_2_memory.cpp
@@ -16,10 +16,10 @@
16
#define __SGI_STL_MEMORY
17
18
#include <stl_algobase.h>
19
-#include <stl_alloc.h> // ���ﶨ����һ���������������˴˺�������������Ϊ alloc��
20
-#include <stl_construct.h> // ���ﶨ����ȫ��ʽconstruct()�� destroy()����������Ľ����ͽ������������ STL ���淶��
+#include <stl_alloc.h> // 这里定义有一、二级配置器,彼此合作。配置器名为 alloc。
+#include <stl_construct.h> // 这里定义有全域函式construct()和 destroy(),负责物件的建构和解构。它们隶属于 STL 标准规范。
21
#include <stl_tempbuf.h>
22
-#include <stl_uninitialized.h> // ���ﶨ����ȫ��ʽ���������fill�����ƣ�copy������ڴ����ݣ�����Ҳ�������� STL ���淶
+#include <stl_uninitialized.h> // 这里定义有全域函式,用来充填(fill)或复制(copy)大块内存内容,它们也都隶属于 STL 标准规范
23
#include <stl_raw_storage_iter.h>
24
25
0 commit comments