共用方式為


basic_path::operator/= 運算子

將一系列的項目要儲存的檔案名稱。

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

參數

  • Pval
    basic_path 物件。

  • Str
    型別的字串和儲存的檔案名稱相同。

  • Ptr
    陣列的指標字元。 字元型別是儲存的檔案名稱的 value_type

傳回值

在附加指定字串之後的*this 。

需求

標題: filesystem

命名空間: std::tr2::sys

請參閱

參考

basic_path 類別

basic_string::value_type

<filesystem>