libstdc++
|
A convenience wrapper for creating a pair from two objects.
x | The first object. |
y | The second object. |
The standard requires that the objects be passed by reference-to-const, but LWG issue #181 says they should be passed by const value. We follow the LWG by default.
Definition at line 219 of file stl_pair.h.