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 member_hook

boost::intrusive::member_hook

Synopsis

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

template<typename Parent, typename MemberHook, 
         MemberHook Parent::* PtrToMember> 
struct member_hook {
};

Description

This option setter specifies the member hook the container must use.


PrevUpHomeNext