#include <iostream>#include <utility>Include dependency graph for stdpp.h:
Go to the source code of this file.
Namespaces | |
| namespace | tag |
Functions | |
| template<class A, class B> | |
| Internal::refpair< A, B > | rpair (A &aa, B &bb) |
Variables | |
| Internal::add_fill_s | add_fill |
| Internal::like_print_s | |
| Internal::no_space_s | no_space |
|
||||||||||||||||
|
Similar to float f; int i; rpair(f,i) = make_pair(2.2f, 1);
|
1.3.9.1