Changeset 1562
- Timestamp:
- Oct 10, 2008, 7:10:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Container2DIterator.h
r1548 r1562 138 138 Specialization for Container2DIterator 139 139 */ 140 template<typename A, typename B, typename C, typename D, typename Policy>141 struct weighted_iterator_traits<Container2DIterator<A, B, C, D, Policy> > {142 /**143 Whether Container2DIterator is weighted is desiced by Policy.144 */145 typedef typename Policy::weighted_iterator_type type;146 };147 148 /**149 Specialization for Container2DIterator150 */151 140 template<typename A, typename B, typename C, typename D, typename E> 152 141 struct iterator_traits<Container2DIterator<A, B, C, D, E> > {
Note: See TracChangeset
for help on using the changeset viewer.