OptClass<T> constructor

OptClass<T>(
  1. CType<T> _type
)

Implementation

OptClass(this._type);