basic_directory_entry::operator! =运算符

指定存储的 Path 对象是否与指定的 Path 对象不相等。

bool operator!=(
   const basic_directory_entry& Right
) const;

参数

  • Right
    存储一 Path 对象的 basic_directory_entry 对象。

返回值

!(*this == Right)

要求

标头: 文件系统

命名空间: std::tr2::sys

请参见

参考

basic_directory_entry选件类

<filesystem>

basic_directory_entry::operator==运算符