NDWrapper<T> constructor

NDWrapper<T>(
  1. T _value
)

Implementation

NDWrapper(T _value) : value = _value;