Lines Matching refs:operator
68 Iterator& operator=(const Iterator&) = default; variable
69 bool operator==(const Iterator& other) const {
72 bool operator!=(const Iterator& other) const {
75 Iterator operator++() { // Value after modification.
79 Iterator operator++(int) {
84 T& operator*() {
88 const T& operator*() const {
92 T* operator->() {
95 const T* operator->() const {
138 HashSet& operator=(HashSet&& other) {
147 HashSet& operator=(const HashSet& other) {