Home
last modified time | relevance | path

Searched defs:ImutKeyValueInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h27 struct ImutKeyValueInfo { struct
28 using value_type = const std::pair<T,S>;
29 using value_type_ref = const value_type&;
30 using key_type = const T;
31 using key_type_ref = const T&;
32 using data_type = const S;
33 using data_type_ref = const S&;
35 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()
61 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>> argument