共用方式為


運算子 > = (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 物件。

傳回值

!(Left < Right)

需求

標題: 檔案系統

命名空間: std::tr2::sys

請參閱

參考

<filesystem>

basic_path::string 方法

運算子 < (STL)

其他資源

標頭檔