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 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
Left.string() < Right.string()
Configuration requise
En-tête : filesystem
Espace de noms : std::tr2::sys