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