Searched defs:const_iterator_traits (Results 1 – 1 of 1) sorted by relevance
346 struct const_iterator_traits { struct347 using RefType = typename PtrTraits::ConstRefType;348 using RawPtrType = typename PtrTraits::ConstRawPtrType;349 using IterType = typename BucketType::const_iterator;351 static IterType BucketBegin(const BucketType& bucket) { return bucket.cbegin(); } in BucketBegin()352 static IterType BucketEnd (const BucketType& bucket) { return bucket.cend(); } in BucketEnd()
Completed in 6 milliseconds