$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost.MultiIndex. Using several keys together.
From: syvyi (alexander.svk_at_[hidden])
Date: 2014-02-04 15:36:01
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?
-- View this message in context: http://boost.2283326.n4.nabble.com/Boost-MultiIndex-Using-several-keys-together-tp4658953.html Sent from the Boost - Users mailing list archive at Nabble.com.