다음을 통해 공유


연산자 << 연산자

저장된 경로를 지정 된 개체를 스트림에 씁니다.

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 개체입니다.

  • Pval
    Path 개체Path일 수는 basic_path 에서 파생 되는 형식 또는 basic_path.

반환 값

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

요구 사항

헤더: 파일 시스템

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

참고 항목

참조

<filesystem>

basic_ostream::operator<<

기타 리소스

헤더 파일