Lines Matching refs:operator
35 | | **operator int**() const<br>…
36 | bool | **operator!=**(const int& rh…
37 | bool | **operator<**(const int& rhs…
38 | bool | **operator<=**(const int& rh…
39 | UniqueFdAddDeletor& | **operator=**(UniqueFdAddDeletor&& rhs)<br>移动赋值运算符重载函数。用于文件描述符在UniqueFdAddD…
40 | bool | **operator==**(const int& rh…
41 | bool | **operator>**(const int& rhs…
42 | bool | **operator>=**(const int& rh…
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>全局大于等于运算符重载函数…