$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2007-09-17 08:36:49
Hello,
I'm working on a project where we're watching memory usage very closely.
We have several multi_index_containers around (they are *very* useful),
and we would like to measure the memory overhead of these containers. Is
there a way to determine the per-item overhead of a
multi_index_container?
- Doug