template<typename Key, typename T, bool MULTI = false, std::size_t MAX_LOAD_FACTOR_256 = 128, typename Clearer = MapKeyClearer<Key,T>, class Hash = hboost::hash<Key>, class KeyEqual = std::equal_to<Key>>
template<typename VIT, typename VT>
struct UT::ArrayMap< Key, T, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual >::deref_pair_first< VIT, VT >
Definition at line 692 of file UT_ArrayMap.h.
 
template<typename Key, typename T, bool MULTI = false, std::size_t MAX_LOAD_FACTOR_256 = 128, typename Clearer = MapKeyClearer<Key,T>, class Hash = hboost::hash<Key>, class KeyEqual = std::equal_to<Key>> 
template<typename VIT , typename VT > 
  
  
      
        
          | VT& UT::ArrayMap< Key, T, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual >::deref_pair_first< VIT, VT >::operator()  | 
          ( | 
          const VIT &  | 
          v | ) | 
           const | 
         
       
   | 
  
inline   |