Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the stored Path object is not equal to a specified Path object.
bool operator!=(
const basic_directory_entry& Right
) const;
Parameters
- Right
A basic_directory_entry object that stores a Path object.
Return Value
!(*this == Right)
Requirements
Header: filesystem
Namespace: std::tr2::sys