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