SharedPointer<T> constructor

SharedPointer<T>()

Implementation

SharedPointer() {
  address = _initialize();
}