Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
aligned_allocator.hpp File Reference
#include <boost/config.hpp>
#include <boost/static_assert.hpp>
#include <boost/throw_exception.hpp>
#include <boost/align/aligned_alloc.hpp>
#include <boost/align/aligned_allocator_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 <boost/align/detail/max_count_of.hpp>
#include <new>
#include <utility>
Include dependency graph for aligned_allocator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

singleton  boost::alignment::aligned_allocator< T, Alignment >
 
struct  boost::alignment::aligned_allocator< T, Alignment >::rebind< U >
 
class  boost::alignment::aligned_allocator< void, Alignment >
 
struct  boost::alignment::aligned_allocator< void, Alignment >::rebind< U >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::alignment
 

Functions

template<class T1 , class T2 , std::size_t Alignment>
bool boost::alignment::operator== (const aligned_allocator< T1, Alignment > &, const aligned_allocator< T2, Alignment > &) BOOST_NOEXCEPT
 
template<class T1 , class T2 , std::size_t Alignment>
bool boost::alignment::operator!= (const aligned_allocator< T1, Alignment > &, const aligned_allocator< T2, Alignment > &) BOOST_NOEXCEPT