std::sort(a.begin(), a.end()); // fonctions membres std::sort(std::begin(a), std::end(a)); // fonctions libres