|
Boost Users : |
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2007-02-20 06:41:10
It would be really helpful to know that varaibles map is a derivative of std::map<...>.
I was wondering where the variables_map::count(...) come from in getting started example...
if (vm.count("help")) {
cout << desc << "\n";
return 1;
}
Only after looking into the source of variables_map helped :(
With Kind Regards,
Ovanes Markarian
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