Subject: [Boost-users] boost container help
From: Uthpal Urubail (uthpal.urubail_at_[hidden])
Date: 2015-05-06 05:11:51


Experts,
I am looking for help on a container where I could group the objects having similar properties
Ex:
struct phyProp
{
    unsigned int color;
    double height;
    double weight;
    std::string location;
};

Can I use boost for grouping the objects having same property? [With tolerance?]
Any help is highly appreciated.
Regards,
UJ