다음을 통해 공유


stem 함수

Returns the stem of a specified path.

template<class Path>
inline typename Path::string_type stem(
   const Path& Pval
);

매개 변수

  • Pval
    Path 개체 Path 는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.

반환 값

A Path object that contains the stem of the specified path.

설명

The stem of a path is the substring of the leaf up to but not including the rightmost dot.

요구 사항

헤더: filesystem

Namespace: std::tr2::sys

참고 항목

참조

<filesystem>

basic_path::stem 메서드

기타 리소스

C++ 표준 라이브러리 헤더 파일