Searched refs:construct_at (Results 1 – 8 of 8) sorted by relevance
148 _VSTD::construct_at(_VSTD::addressof(__val_), __other.__val_);158 _VSTD::construct_at(_VSTD::addressof(__val_), _VSTD::move(__other.__val_));
35 constexpr _Tp* construct_at(_Tp* __location, _Args&& ...__args) { in construct_at() function
298 _VSTD::construct_at(__p, _VSTD::forward<_Args>(__args)...);
557 module construct_at { private header "__memory/construct_at.h" }
196 constexpr T* construct_at(T* location, Args&& ...args); // since C++20678 #include <__memory/construct_at.h>
326 _VSTD::construct_at(_VSTD::addressof(this->__val_), _VSTD::forward<_Args>(__args)...);
428 MEM_HEADERS+= construct_at.h
3997 OLD_FILES+=usr/include/c++/v1/__memory/construct_at.h