Searched defs:allocator_construct (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/ |
D | allocator_access.hpp | 345 allocator_construct(A&, T* p) in allocator_construct() function 354 allocator_construct(A&, T* p, V&& v, Args&&... args) in allocator_construct() function 361 allocator_construct(A&, T* p, V&& v) in allocator_construct() function 369 allocator_construct(A&, T* p, const V& v) in allocator_construct() function 376 allocator_construct(A&, T* p, V& v) in allocator_construct() function 404 allocator_construct(A& a, T* p, Args&&... args) in allocator_construct() function 412 allocator_construct(A&, T* p, Args&&... args) in allocator_construct() function
|