Boost logo

Boost Users :

Subject: Re: [Boost-users] contiguous Boost.Multimap?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-06-07 16:28:48


AMDG

anony wrote:
> Is it somehow possible to coax boost::multimap to store data
> contiguously, i.e. that all multimap elements are stored contiguously,
> without gaps between them, and all in the same memory block?
>

I don't think there is a boost::multimap.
Would boost::container::flat_multimap be what you're looking for?
http://www.boost.org/doc/libs/1_43_0/boost/interprocess/containers/container/flat_map.hpp

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net