cellml/libcellml

C++: create aliases for std::vector<T> types

Opened this issue · 0 comments

For instance, std::vector<AnalyserVariablePtr> would be replaced with AnalyserVariablePtrs through using AnalyserVariablePtrs = std::vector<AnalyserVariablePtr>;. This would reduce the unnecessary noise level in our code base.