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