boost::intrusive::max_pointer_plus_bits
template<typename VoidPointer, std::size_t Alignment> struct max_pointer_plus_bits { static const std::size_t value; };
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.