Example
int main() {
int x = 137;
identity
assert(x == id(x));
}
Template parameters
Parameter
Description
T
The function object's argument type, and return type. [1]
Loading...