| 98 | , VectorType() |
| 99 | {} |
| 100 | explicit VectorDataContainer(size_type n) |
| 101 | : DataObject() |
| 102 | , VectorType(n) |
| 103 | {} |
| 104 | VectorDataContainer(size_type n, const Element & x) |
| 105 | : DataObject() |
| 106 | , VectorType(n, x) |
no outgoing calls
no test coverage detected