aligned_storage Synopsis template<class T> using aligned_storage = aligned_storage_impl<detail::nearest_pow2(sizeof(T), 64), (alignof(::max_align_t) > alignof(T)) ? alignof(::max_align_t) : alignof(T)>; Defined in file <include/boost/url/grammar/recycled.hpp> on line 44