operator<=(STL)
Indicates whether the stored string value of one basic_path object is less than or equal to the stored string value of another basic_path object.
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
Namespace: std::tr2::sys