共用方式為


運算子 > (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 方法

運算子 < (STL)

其他資源

標頭檔