4 Feb
2014
4 Feb
'14
9 p.m.
On 02/04/2014 03:36 PM, syvyi wrote:
Hello,
there's a structure struct person { std::string name; std::string surname; int birth_year; std::string craft; };
How to create such a multiindex container that dumping could performed using an index as name, surname and year triple alltogether? Sounds like you might be interested in MultiIndex's composite key feature:
http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/tutorial/key_extra... Jason