File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 969969
970970 <class name =" std::uses_allocator" link =" cpp/memory/uses_allocator" />
971971 <variable name =" std::uses_allocator_v" link =" cpp/memory/uses_allocator" since =" c++17" />
972+ <function name =" std::uses_allocator_construction_args" link =" cpp/memory/uses_allocator_construction_args" since =" c++20" />
973+ <function name =" std::make_obj_using_allocator" link =" cpp/memory/make_obj_using_allocator" since =" c++20" />
974+ <function name =" std::uninitialized_construct_using_allocator" link =" cpp/memory/uninitialized_construct_using_allocator" since =" c++20" />
972975
973976 <class name =" std::scoped_allocator_adaptor" link =" cpp/memory/scoped_allocator_adaptor" >
974977 <constructor />
12211224 <function name =" pointer_to" />
12221225 </class >
12231226
1227+ <function name =" std::to_address" link =" cpp/memory/to_address" since =" c++20" />
12241228 <function name =" std::addressof" link =" cpp/memory/addressof" />
12251229 <function name =" std::align" link =" cpp/memory/align" />
1230+ <function name =" std::assume_aligned" link =" cpp/memory/assume_aligned" since =" c++20" />
12261231
12271232 <function name =" std::malloc" link =" cpp/memory/c/malloc" />
12281233 <function name =" std::aligned_alloc" link =" cpp/memory/c/aligned_alloc" since =" c++11" />
You can’t perform that action at this time.
0 commit comments