libcellml icon indicating copy to clipboard operation
libcellml copied to clipboard

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

Open agarny opened this issue 1 year ago • 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.

agarny avatar Apr 11 '24 03:04 agarny