Searched defs:AllocVec (Results 1 – 2 of 2) sorted by relevance
83 using AllocVec = std::vector<bool, Allocator<bool> >; main() typedef [all...]
106 using AllocVec = std::vector<int, Allocator<int> >; main() typedef