Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::intrusive::max_pointer_plus_bits< VoidPointer, Alignment > Struct Template Reference

This trait class is used to know if a pointer can embed extra bits of information if it's going to be used to point to objects with an alignment of "Alignment" bytes. More...

#include <pointer_plus_bits.hpp>

Static Public Attributes

static const std::size_t value = 0
 

Detailed Description

template<class VoidPointer, std::size_t Alignment>
struct boost::intrusive::max_pointer_plus_bits< VoidPointer, Alignment >

This trait class is used to know if a pointer can embed extra bits of information if it's going to be used to point to objects with an alignment of "Alignment" bytes.

Member Data Documentation

template<class VoidPointer , std::size_t Alignment>
const std::size_t boost::intrusive::max_pointer_plus_bits< VoidPointer, Alignment >::value = 0
static

The documentation for this struct was generated from the following files: