다음을 통해 공유


연산자! = (STL)

와 함께 사용 되는 같지 않음 연산자 basic_path, basic_directory_iterator, 및 basic_recursive_directory_iterator 개체입니다.

template<class String, class Traits>
   bool operator!=(
      const basic_path<String, Traits>& Left,
      const basic_path<String, Traits>& Right);
   bool operator!=(
      const basic_directory_iterator<Path>& Left,
      const basic_directory_iterator<Path>& Right);
   bool operator!=(
      const basic_recursive_directory_iterator<Path>& Left,
      const basic_recursive__directory_iterator<Path>& Right);

매개 변수

  • Left
    왼쪽된 개체입니다.

  • Right
    올바른 개체입니다.

반환 값

!(Left == Right)

요구 사항

헤더: 파일 시스템

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

참고 항목

참조

<filesystem>

연산자 (STL) = =

기타 리소스

헤더 파일