Bonjour,
J'ai un vector d'objets qui ont un setter/getter name() de type string
Code:
1
2
3 const std::vector<Taux>& listeTaux = p->GetListTaux(); std::sort(lisTaux.begin(),listeTaux.end(),boost::bind(&Taux::name,_1));
je bloque sur la syntaxe à filer à bind
Merci