![]() |
Home | Libraries | People | FAQ | More |
The header <boost/core/launder.hpp>
defines the function void boost::core::launder()
, a portable implementation of std::launder
.
namespace boost { namespace core { template<class T> T* launder( T* p ); } // namespace core } // namespace boost