operator<< 運算子
將指定的物件的儲存路徑至資料流的。
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
);
參數
Ostr
basic_ostream 物件。Pval
Path 物件。 Path 可以是 basic_path 或衍生自 basic_path 的型別。
傳回值
basic_ostream 物件的參考。
需求
標題: filesystem
命名空間: std::tr2::sys