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

请参见

参考

<filesystem>

basic_ostream::operator<<

其他资源

C++ 标准库头文件