Boost C++ Libraries Home Libraries People FAQ More

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