public static member function
<memory>
std::allocator_traits::constructtemplate <class T, class... Args> static void construct (allocator_type alloc, T* p, Args&&... args );
Construct an element
Constructs an element object in place on the location pointed by p forwarding Args to its constructor.Notice that the object is constructed in-place without allocating storage for the element.
In the non-specialized definition of allocator_traits, this member function effectively calls:
if such a call is well formed. Otherwise, it invokes:
A specialization for a specific allocator type may provide a different definition.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4