Searched defs:StdMapTraits (Results 1 – 1 of 1) sorted by relevance
19 template<typename Scalar> struct StdMapTraits struct21 typedef int KeyType;22 typedef std::map<KeyType,Scalar> Type;23 enum {27 static void setInvalidKey(Type&, const KeyType&) {} in setInvalidKey()