#include <boost/config.hpp>
#include <boost/static_assert.hpp>
#include <boost/align/align.hpp>
#include <boost/align/aligned_allocator_adaptor_forward.hpp>
#include <boost/align/alignment_of.hpp>
#include <boost/align/detail/addressof.hpp>
#include <boost/align/detail/is_alignment_constant.hpp>
#include <boost/align/detail/max_align.hpp>
#include <new>
#include <memory>
#include <utility>
Classes | |
singleton | boost::alignment::aligned_allocator_adaptor< Allocator, Alignment > |
struct | boost::alignment::aligned_allocator_adaptor< Allocator, Alignment >::rebind< U > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::alignment | |
Functions | |
template<class A1 , class A2 , std::size_t Alignment> | |
bool | boost::alignment::operator== (const aligned_allocator_adaptor< A1, Alignment > &a, const aligned_allocator_adaptor< A2, Alignment > &b) BOOST_NOEXCEPT |
template<class A1 , class A2 , std::size_t Alignment> | |
bool | boost::alignment::operator!= (const aligned_allocator_adaptor< A1, Alignment > &a, const aligned_allocator_adaptor< A2, Alignment > &b) BOOST_NOEXCEPT |