|
fennec
|
This header contains common utility functions related to the C++ language.
| Syntax | Description | ||||
|---|---|---|---|---|---|
T&& forward(x) |
forwards reference types to extend their lifetime
| ||||
T&& move(x) |
produces an x-value type to indicate
| ||||
const T& copy(x) |
produces an r-value type to indicate
|