directory_entry::operator> Operator

Specifies whether the stored path object is greater than a specified path object.

bool operator>(
   const directory_entry& Right
) const;

Parameters

  • Right
    A directory_entry object that stores a path object.

Return Value

Right < *this

Requirements

Header: filesystem

Namespace: std::tr2::sys

See Also

Reference

directory_entry Class

<filesystem>

directory_entry::operator< Operator