Lines Matching refs:rhs
32 … | **UniqueFdAddDeletor**(UniqueFdAddDeletor&& rhs)<br>移动构造函数。用于文件描述符在…
36 … | **operator!=**(const int& rhs) const<br>不等运算符重载函数…
37 | bool | **operator<**(const int& rhs…
38 … | **operator<=**(const int& rhs) const<br>小于等于运算符重载…
39 | UniqueFdAddDeletor& | **operator=**(UniqueFdAddDeletor&& rhs)<br>移动赋值运算符重载函数。用于文件描述符在UniqueFdAddD…
40 … | **operator==**(const int& rhs) const<br>相等运算符重载函数…
41 | bool | **operator>**(const int& rhs…
42 … | **operator>=**(const int& rhs) const<br>大于等于运算符重载…
49 | bool | **operator**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) …
50 | bool | **operator**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) …
51 | bool | **operator!=**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) <br>全局不等运算符重载函数,比…
52 | bool | **operator==**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) <br>全局相等运算符重载函数,比…
53 | bool | **operator>**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) <br>全局大于运算符重载函数,比较…
54 | bool | **operator>=**(const int& lhs, const UniqueFdAddDeletor< Deleter >& rhs) <br>全局大于等于运算符重载函数…