|
template<typename U > |
void | construct (U *ptr) noexcept(std::is_nothrow_default_constructible< U >::value) |
|
template<typename U , typename... Args> |
void | construct (U *ptr, Args &&...args) |
|
The documentation for this class was generated from the following file: