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