#include <constructVector.hpp>

Public Types | |
| using | V = T_V |
| See ConstructVectorImpl. | |
Static Public Member Functions | |
| static V | construct (size_t const size) |
| Default implementation assumes that there is a constructor that takes the vector size as its single argument. | |
Vector construction helper.
| A | vector type |