Functions
tmpI.H File Reference
Include dependency graph for tmpI.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
const TConst (T &t)
 Return the const reference of the non-const reference argument. More...
 
template<class T >
const TConst (T &&t)
 Return the const reference of the non-const rvalue reference argument. More...
 

Detailed Description

Original source file tmpI.H

Definition in file tmpI.H.

Function Documentation

const T& Const ( T t)
inline

Return the const reference of the non-const reference argument.

Definition at line 389 of file tmpI.H.

const T& Const ( T &&  t)
inline

Return the const reference of the non-const rvalue reference argument.

Definition at line 397 of file tmpI.H.