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 a snapshot of the develop branch, built from commit ecbc607568.
PrevUpHomeNext

Struct template void_pointer

boost::intrusive::void_pointer

Synopsis

// In header: <boost/intrusive/options.hpp>

template<typename VoidPointer> 
struct void_pointer {
};

Description

This option setter specifies the type of a void pointer. This will instruct the hook to use this type of pointer instead of the default one


PrevUpHomeNext