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)
需求
標題: filesystem
命名空間: std::tr2::sys