operator> (STL)

指示一 basic_path 对象中存储的字符串值是否比大于另一 basic_path 对象。

template<class String, class Traits>
   bool operator>(const basic_path<String, Traits>& Left,
         const basic_path<String, Traits>& Right);

参数

  • Left
    basic_path 对象。

  • Right
    正确的 basic_path 对象。

返回值

Right < Left

要求

**标头:**文件系统

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

请参见

参考

<filesystem>

basic_path::string的方法

operator< (STL)

其他资源

标头文件