Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template tag

boost::intrusive::tag

Synopsis

template<typename Tag> 
struct tag {
};

Description

This option setter specifies the type of the tag of a base hook. A type can not have two base hooks of the same type, so a tag can be used to differentiate two base hooks with otherwise same type


PrevUpHomeNext