replace_extension 函数

替换指定的文件名扩展。

template<class Path>
inline Path replace_extension(
   const Path& Pval,
   const typename Path::string_type& Newext
);

参数

  • Pval
    一个 Path 对象。 Path 可以是 basic_path 或从 basic_path 派生的类型。

  • Newext
    新的扩展。

返回值

包含新 Pval 扩展名的副本。

要求

标头: filesystem

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

请参见

参考

<filesystem>

其他资源

C++ 标准库头文件