Partager via


operator< (STL)

Indique si la valeur de chaîne stockée d'un objet d' basic_path est infé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

Left.string() < Right.string()

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

Autres ressources

Fichiers d'en-tête