operator> (STL)
Indique si la valeur de chaîne stockée d'un objet d'basic_path est supérieure à celle d'un autre objet d'basic_path.
template<class String, class Traits>
bool operator>(const basic_path<String, Traits>& Left,
const basic_path<String, Traits>& Right);
Paramètres
Left
Objet gauche basic_path.Right
Objet droit basic_path.
Valeur de retour
Right < Left
Configuration requise
En-tête : filesystem
Espace de noms : std::tr2::sys