Searched defs:StdMapTraits (Results 1 – 1 of 1) sorted by relevance
25 template<typename Scalar> struct StdMapTraits struct27 typedef int KeyType;28 typedef std::map<KeyType,Scalar> Type;29 enum {33 static void setInvalidKey(Type&, const KeyType&) {} in setInvalidKey()