operator>= (STL)
Indicates whether the stored string value of one basic_path object is greater than or equal to the stored string value of another basic_path object.
template<class String, class Traits>
bool operator>=(const basic_path<String, Traits>& Left,
const basic_path<String, Traits>& Right);
Parameters
Left
The left basic_path object.Right
The right basic_path object.
Return Value
!(Left < Right)
Requirements
Header: filesystem
Namespace: std::tr2::sys