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