Searched defs:ImutKeyValueInfo (Results 1 – 3 of 3) sorted by relevance
25 struct ImutKeyValueInfo { struct26 typedef const std::pair<T,S> value_type;27 typedef const value_type& value_type_ref;28 typedef const T key_type;29 typedef const T& key_type_ref;30 typedef const S data_type;31 typedef const S& data_type_ref;33 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()60 typename ValInfo = ImutKeyValueInfo<KeyT,ValT> > argument
25 struct ImutKeyValueInfo { struct26 typedef const std::pair<T,S> value_type;27 typedef const value_type& value_type_ref;28 typedef const T key_type;29 typedef const T& key_type_ref;30 typedef const S data_type;31 typedef const S& data_type_ref;33 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()59 typename ValInfo = ImutKeyValueInfo<KeyT,ValT> > argument
28 struct ImutKeyValueInfo { struct29 using value_type = const std::pair<T,S>;30 using value_type_ref = const value_type&;31 using key_type = const T;32 using key_type_ref = const T&;33 using data_type = const S;34 using data_type_ref = const S&;36 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()62 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>> argument