reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
126 if (MM.first == 0 || MM.second == 0) 126 if (MM.first == 0 || MM.second == 0) 127 MM = std::make_pair(std::forward<U>(V), std::forward<U>(V)); 129 MM = std::make_pair(std::min(MM.first, V), std::max(MM.second, V)); 129 MM = std::make_pair(std::min(MM.first, V), std::max(MM.second, V)); 129 MM = std::make_pair(std::min(MM.first, V), std::max(MM.second, V));