QArrayOpsSelector.Type

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
  1. alias Type = QPodArrayOps!(T)
  2. alias Type = QMovableArrayOps!(T)
  3. alias Type = QGenericArrayOps!(T)
    template QArrayOpsSelector(T)
    extern (C++)
    static if(!(!QTypeInfo!T.isComplex && QTypeInfo!T.isRelocatable))
    static if(!(QTypeInfo!T.isComplex && QTypeInfo!T.isRelocatable))
    alias Type = QGenericArrayOps!(T)

Meta