Boost logo

Boost Users :

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


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