Searched defs:StdCollectionTraits (Results 1 – 1 of 1) sorted by relevance
59 struct StdCollectionTraits { struct60 typedef C Collection;61 typedef typename C::value_type Element;62 typedef void* PtrSerializingCtx;64 static status_t addElementToCollection(const Element &element, Collection *collection) { in addElementToCollection()