Udostępnij za pośrednictwem


operator! = (STL)

Operator nierówności, który jest używany z basic_path, basic_directory_iterator, i basic_recursive_directory_iterator obiektów.

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);

Parametry

  • Left
    Obiekt po lewej stronie.

  • Right
    Prawo obiektu.

Wartość zwracana

!(Left == Right)

Wymagania

Nagłówek: systemu plików

Przestrzeń nazw: std::tr2::sys

Zobacz też

Informacje

<filesystem>

operator == (STL)

Inne zasoby

Pliki nagłówków