다음을 통해 공유


operator>> 연산자

Extracts a string from a specified basic_istream object.

template<class Path>
inline basic_istream<typename _Path::string_type::value_type, typename Path::string_type::traits_type>& operator>>(
   basic_istream<typename Path::string_type::value_type,
   typename Path::string_type::traits_type>& Istr,
   Path& Pval
);

매개 변수

  • Istr
    basic_istream 개체

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

반환 값

Istr

설명

This operator extracts an object of type Path::string_type from Istr. If the extraction succeeds, the value is assigned to Pval.

요구 사항

헤더: filesystem

네임스페이스: std::tr2::sys

참고 항목

참조

<filesystem>

기타 리소스

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