Standard C++ Library Class Reference
Manuals
Brands
HP Manuals
Server
HP NonStop G-Series
321
322
323
324
325
326
327
328
329
330
Non-member Functions
template <class T1, class T2>
pair<T1,T2>
make_pair
(x,y);
make_pair(x,y) creates a pair by deducing and returning the types of x and y.
1
...
...
325
326
327
328
329
...
...
516