Formatting

This commit is contained in:
Klaus Basan
2018-03-19 23:29:40 +01:00
parent 8df74ce0e6
commit 06b07ac4c6
4 changed files with 45 additions and 62 deletions

View File

@@ -144,7 +144,7 @@ namespace BlackMisc
void push_frontKeepLatestAdjustedFirst(const OBJ &value, int maxElements = -1);
//! Insert as first element by keeping maxElements and the latest first
//! \remark adjust offset so adjusted values are sorted
//! \remark adjust offset to average offset of two adjacent elements so adjusted values are sorted
void push_frontKeepLatestFirstAdjustOffset(const OBJ &value, int maxElements = -1);
//! Is completely sorted: latest last