:relfileprefix: ../../../ [#boost-urls-grammar-aligned_storage] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/grammar.adoc[pass:[grammar]]::aligned_storage Provides an aligned storage buffer aligned for T === Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- template using aligned_storage = pass:q[_see-below_]; ---- === Description [,cpp] ---- template 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; }; ----