boost::urls::grammar::aligned_storage

Provides an aligned storage buffer aligned for T

Synopsis

Declared in <boost/url/grammar/recycled.hpp>
template<class T>
using aligned_storage = /* implementation-defined */;

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;
};