

Go to the source code of this file.
Functions | |
| template<class T > | |
| const T & | Const (T &t) |
| Return the const reference of the non-const reference argument. More... | |
| template<class T > | |
| const T & | Const (T &&t) |
| Return the const reference of the non-const rvalue reference argument. More... | |
1.8.11