Partager via


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
    L'objet gauche d' basic_path .

  • Right
    Le bon objet d' basic_path .

Valeur de retour

Right < Left

Configuration requise

Système de fichiers d'En-tête :

L'espace de noms : std::tr2::sys

Voir aussi

Référence

<filesystem>

méthode basic_path::string

operator< (STL)

Autres ressources

Fichiers d'en-tête