Lines Matching defs:pair
30 struct pair struct
33 pair() in pair() argument
37 pair(pair const& rhs) in pair() function
42 pair(pair&& rhs) in pair() argument
47 pair(typename detail::call_param<Second>::type val) in pair() function
53 pair(Second2&& val in pair() argument
61 pair(pair<First, Second2> const& rhs) in pair() argument
66 pair& operator=(pair<First, Second2> const& rhs) in operator =()
73 pair& operator=(pair const& rhs) in operator =()
81 pair& operator=(pair&& rhs) in operator =()
88 typedef First first_type;
89 typedef Second second_type;
90 Second second;