Template Function ecl::ref

Function Documentation

template<typename T>
ReferenceWrapper<T> ecl::ref(T &wrapped_object)

This is a simple means of instantiating a reference wrapper.

This is a simple means of instantiating a reference wrapper.

Parameters:

wrapped_object – : the object to be referenced.

Returns:

ReferenceWrapper<T> : the wrapper.