boost::urls::grammar::aligned_storage
Provides an aligned storage buffer aligned for T
Synopsis
Declared in header <boost/url/grammar/recycled.hpp>
template<class T>
using aligned_storage = see-below;
Description
template<class T>
struct aligned_storage
{
/// Return a pointer to the aligned storage area
void* addr() noexcept;
/// Return a pointer to the aligned storage area
void const* addr() const noexcept;
};