Searched refs:_Super (Results 1 – 1 of 1) sorted by relevance
748 #define __IMPORT_CONTAINER_TYPEDEFS(_Super) \ argument749 typedef typename _Super::value_type value_type; \750 typedef typename _Super::size_type size_type; \751 typedef typename _Super::difference_type difference_type; \752 typedef typename _Super::reference reference; \753 typedef typename _Super::const_reference const_reference; \754 typedef typename _Super::pointer pointer; \755 typedef typename _Super::const_pointer const_pointer; \756 typedef typename _Super::allocator_type allocator_type;759 #define __IMPORT_ITERATORS(_Super) \ argument[all …]