写入指定对象中的存储路径对流的。
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 对象的引用。
要求
标头: 文件系统
命名空间: std::tr2::sys