Home | Libraries | People | FAQ | More |
boost::intrusive::optimize_multikey
// In header: <boost/intrusive/options.hpp> template<bool Enabled> struct optimize_multikey { };
This option setter specifies if the unordered hook should offer room to store another link to another node with the same key. Storing this link will speed up lookups and insertions on unordered_multiset containers with a great number of elements with the same key.