다음을 통해 공유


operator>=(STL)

또 다른 basic_path 개체의 저장된 문자 값 보다 크거나 같은 basic_path 개체의 문자 값이 저장된 여부를 나타냅니다.

template<class String, class Traits>
   bool operator>=(const basic_path<String, Traits>& Left,
         const basic_path<String, Traits>& Right);

매개 변수

  • Left
    왼쪽 basic_path 개체입니다.

  • Right
    오른쪽 basic_path 개체입니다.

반환 값

!(Left < Right)

요구 사항

헤더: filesystem

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

참고 항목

참조

<filesystem>

basic_path::string 메서드

operator<(STL)

기타 리소스

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