Inheritance diagram for valarray_base:
For internal use only.
This class allocates but does not initialize memory so that its subclass valarray will not leak memory if an exception is thrown during construction. Partial specializations may allocate memory differently e.g. with a different alignment or type, to fulfill chunking requirements.
T | The element type. | |
Enable | If void, enables a particular specialization |