Searched refs:pair (Results 1 - 1 of 1) sorted by relevance

/bionic/libstdc++/include/
H A Dstl_pair.h64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} argument
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
91 inline bool operator!=(const pair<_T argument
96 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
101 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
106 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
[all...]

Completed in 91 milliseconds