A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.github.io/LWG/issue2761 below:

Issue 2761: directory_entry comparisons are members

bool operator==(const directory_entry& lhs, const directory_entry& rhs) const noexcept;

-6- Returns: pathobject lhs.path() == rhs. pathobject path().

bool operator!=(const directory_entry& lhs, const directory_entry& rhs) const noexcept;

-7- Returns:: pathobject lhs.path() != rhs. pathobject path().

bool operator< (const directory_entry& lhs, const directory_entry& rhs) const noexcept;

-8- Returns:: pathobject lhs.path() < rhs. pathobject path().

bool operator<<=(const directory_entry& lhs, const directory_entry& rhs) const noexcept;

-9- Returns:: pathobject lhs.path() <= rhs. pathobject path().

bool operator> (const directory_entry& lhs, const directory_entry& rhs) const noexcept;

-10- Returns:: pathobject lhs.path() > rhs. pathobject path().

bool operator>=(const directory_entry& lhs, const directory_entry& rhs) const noexcept;

-11- Returns:: pathobject lhs.path() >= rhs. pathobject path().


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4