replace_extension 함수
Replaces the file name extension of the specified file name.
template<class Path>
inline Path replace_extension(
const Path& Pval,
const typename Path::string_type& Newext
);
매개 변수
Pval
Path 개체 Path는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.Newext
The new extension.
반환 값
A copy of Pval that contains the new extension.
요구 사항
헤더: filesystem
네임스페이스: std::tr2::sys