Searched defs:DefaultTraits (Results 1 – 1 of 1) sorted by relevance
36 struct DefaultTraits struct38 typedef T Type;39 typedef std::vector<Type> Collection;40 static void add(Collection &collection, Type value) in add()