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)
需求
標題: filesystem
命名空間: std::tr2::sys