Functions
tmpNrcI.H File Reference
Include dependency graph for tmpNrcI.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 tmpNrcI.H

Definition in file tmpNrcI.H.

Function Documentation

const T& Const ( T t)
inline

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

Definition at line 306 of file tmpNrcI.H.

const T& Const ( T &&  t)
inline

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

Definition at line 314 of file tmpNrcI.H.