mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
generic type-erased container types CSequence and CCollection, including predicate-based algorithms
refs #81
This commit is contained in:
@@ -180,3 +180,8 @@ namespace BlackMisc
|
||||
return argument;
|
||||
}
|
||||
}
|
||||
|
||||
uint qHash(const BlackMisc::CValueObject &value)
|
||||
{
|
||||
return value.getValueHash();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user