sparrow ..
|
Traits class that must be specialized by array implementations. More...
Traits class that must be specialized by array implementations.
This traits class defines the types and interfaces that array classes must provide. Each array implementation must specialize this template to define their specific type requirements.
D | The derived array class type |
Required specialization members:
Definition at line 69 of file array_base.hpp.