Echo C++ function

template< typename T >
inline T& echo ( T& val ) { return val; }