operator!= (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