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
);

参数

返回值

basic_ostream 对象的引用。

要求

标头: 文件系统

命名空间: std::tr2::sys

请参见

参考

<filesystem>

basic_ostream::operator<<

其他资源

标头文件