Share via


operator<< 연산자

Writes the stored path of a specified object to a stream.

template<class Path>
inline basic_ostream<typename Path::string_type::value_type, typename Path::string_type::traits_type>& operator<<(
   basic_ostream<typename Path::string_type::value_type,
   typename Path::string_type::traits_type>& Ostr,
   Path Pval
);

매개 변수

  • Ostr
    A basic_ostream object.

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

반환 값

basic_ostream 개체에 대한 참조입니다.

요구 사항

헤더: filesystem

Namespace: std::tr2::sys

참고 항목

참조

<filesystem>

basic_ostream::operator<<

기타 리소스

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