$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [MultiIndex] Hinted insertion for multiple indices?
From: Gareth.Sylvester-Bradley_at_[hidden]
Date: 2018-06-29 07:12:22
Is there a way to provide insertion hints for multiple indices in a multi_index_container?
In a particular example, I have a container with several ordered_non_unique indices, and for the majority of insertions, the value will end up at the end of these indices.
I'm looking for a way to provide the index.end() hint for all of these indices? (Or maybe alternatively, to relax the stability/insertion-order guarantee?)
Thanks,
Gareth