muu/launder.h file

Contains the definition of muu::launder().

Namespaces

namespace muu
The root namespace for all muu functions and types.

Functions

template <class T>
auto launder(T* ptr) -> T* constexpr noexcept
Equivalent to C++17's std::launder.