Home | History | Annotate | Download | only in temp.variadic

Lines Matching full:operator

43   operator T&() const { return *ptr; }
76 operator=(const tuple<VValues...>& other) {
219 inline bool operator==(const tuple<>&, const tuple<>&) { return true; }
222 bool operator==(const tuple<T, TTail...>& t, const tuple<U, UTail...>& u) {
227 bool operator!=(const tuple<TValues...>& t, const tuple<UValues...>& u) {
231 inline bool operator<(const tuple<>&, const tuple<>&) { return false; }
234 bool operator<(const tuple<T, TTail...>& t, const tuple<U, UTail...>& u) {
239 bool operator>(const tuple<TValues...>& t, const tuple<UValues...>& u) {
244 bool operator<=(const tuple<TValues...>& t, const tuple<UValues...>& u) {
249 bool operator>=(const tuple<TValues...>& t, const tuple<UValues...>& u) {