Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template get_parent_from_member

boost::intrusive::get_parent_from_member

Synopsis

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


template<typename Parent, typename Member> 
   ( member, 
                                   ptr_to_member);

Description

Given a pointer to a member and its corresponding pointer to data member, this function returns the pointer of the parent containing that member. Note: this function does not work with pointer to members that rely on virtual inheritance.


PrevUpHomeNext