Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Struct template max_pointer_plus_bits

boost::intrusive::max_pointer_plus_bits

Synopsis

template<typename VoidPointer, std::size_t Alignment> 
struct max_pointer_plus_bits {
  static const std::size_t value;
};

Description

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.


PrevUpHomeNext