運算子 << 運算子

寫入指定的物件中儲存的路徑傳遞至資料流的。

template<class Path>
inline basic_ostream<typename Path::string_type::value_type, typename Path::string_type::traits_type>& operator<<(
   basic_ostream<typename Path::string_type::value_type,
   typename Path::string_type::traits_type>& Ostr,
   Path Pval
);

參數

傳回值

basic_ostream 物件的參考。

需求

標題: 檔案系統

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

請參閱

參考

<filesystem>

basic_ostream::operator<<

其他資源

標頭檔