tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
construct_at.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename T, typename... Args, typename = decltype(::new(etl::declval<void*>()) T(etl::declval<Args>()...))>
constexpr auto construct_at (T *p, Args &&... args) -> T *
 Creates a T object initialized with arguments args... at given address p.