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 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