mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T275 testaircraftsituation: detach lists to get meaningful benchmark results.
This commit is contained in:
@@ -533,6 +533,9 @@ namespace BlackMisc
|
||||
return separateBy([k](const T &v) { return v.*k; });
|
||||
}
|
||||
|
||||
//! \private Calls detach on the internal QVector.
|
||||
void detach() { m_impl.detach(); }
|
||||
|
||||
//! Equals operator.
|
||||
friend bool operator ==(const CSequence &a, const CSequence &b) { return a.m_impl == b.m_impl; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user