共用方式為


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 物件。

傳回值

!(Left < Right)

需求

標題: filesystem

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

請參閱

參考

<filesystem>

basic_path::string 方法

operator< (STL)

其他資源

C++ 標準程式庫標頭檔