qxLib
Functions
ref.h File Reference

Go to the source code of this file.

Functions

template<class T >
T & qx::ref ()
 Get a reference to default construct a reference. More...
 

Detailed Description

Author
Khrapov
Date
23.09.2023

Definition in file ref.h.

Function Documentation

◆ ref()

template<class T >
T& qx::ref ( )
inline

Get a reference to default construct a reference.

This function is useful when you cannot initialise a reference when creating an object, but once it is initialised you can guarantee the validity of the reference

Template Parameters
T- reference type
Return values
-stub reference. do not try to use it as it is invalid

Definition at line 22 of file ref.h.