boost::urls::grammar::aligned_storage

Provides an aligned storage buffer aligned for T

Synopsis

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

Created with MrDocs