public constructor O2G2Ptr(T).O2G2Ptr

Brief

Copying constructor

Declaration
C++
  O2G2Ptr (O2G2Ptr<T> &source)

Details

The method increases the reference counter of the object.

Declared in O2G2Ptr(T)

back