#include <proxsuite/linalg/veg/memory/placement.hpp>
Public Member Functions | |
| VEG_TEMPLATE ((typename T, typename... Args), requires(!VEG_CONCEPT(const_type< T >) &&VEG_CONCEPT(inplace_constructible< T, Args... >)), VEG_INLINE VEG_CPP20(constexpr) auto operator(),(mem, T *),(... args, Args &&)) const VEG_NOEXCEPT_IF(VEG_CONCEPT(nothrow_inplace_constructible< T | |
Definition at line 67 of file placement.hpp.
| proxsuite::linalg::veg::mem::nb::construct_at::VEG_TEMPLATE | ( | (typename T, typename... Args) | , |
| requires(!VEG_CONCEPT(const_type< T >) && VEG_CONCEPT(inplace_constructible< T, Args... >)) | , | ||
| VEG_INLINE | VEG_CPP20constexpr) auto operator(, | ||
| (mem, T *) | , | ||
| (... args, Args &&) | ) const |