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

Declared in file <boost/url/grammar/recycled.hpp> at line 44