mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #290 using a CRange of iterator adaptors to return from the primary predicate-based methods of CRangeBase without copying elements
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BlackMisc
|
||||
* Can take any suitable container class as its implementation at runtime.
|
||||
*/
|
||||
template <class T>
|
||||
class CCollection : public CContainerBase<CCollection, T>
|
||||
class CCollection : public CContainerBase<CCollection, T, Iterators::ConstForwardIterator<T>>
|
||||
{
|
||||
public:
|
||||
//! \brief STL compatibility
|
||||
|
||||
Reference in New Issue
Block a user