Partager via


basic_path::operator/=, opérateur

Ajoute une série d'éléments au nom de fichier stocké.

basic_path& operator/=(
   const basic_path& Pval
);
basic_path& operator/=(
   const string_type& Str
);
basic_path& operator/=(
   const value_type *Ptr
);

Paramètres

  • Pval
    Objet basic_path.

  • Str
    Une chaîne du même type que le nom de fichier stocké.

  • Ptr
    Pointeur vers un tableau de caractères. Le type de caractère est le value_type du nom de fichier stocké.

Valeur de retour

*this après avoir ajouté la chaîne spécifiée.

Configuration requise

En-tête : filesystem

Espace de nom : std::tr2::sys

Voir aussi

Référence

basic_path, classe

basic_string::value_type

<filesystem>