mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
generic type-erased container types CSequence and CCollection, including predicate-based algorithms
refs #81
This commit is contained in:
@@ -34,4 +34,19 @@
|
||||
* \brief Classes for physical quantities and units such as length, mass, speed.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Predicates
|
||||
* \brief Functor classes for evaluating predicate calculus expressions.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \namespace BlackMisc::Predicates::Private
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Iterators
|
||||
* \brief Iterator classes for the containers.
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user