libcellml
libcellml copied to clipboard
C++: create aliases for std::vector<T> types
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.