Searched defs:BitVectorTmpl (Results 1 – 2 of 2) sorted by relevance
273 friend class BitVectorTmpl; variable324 BitVectorTmpl(const BitVectorTmpl &RHS) : Size(RHS.size()), Alloc(RHS.Alloc) { in BitVectorTmpl() function336 BitVectorTmpl(BitVectorTmpl &&RHS) in BitVectorTmpl() function
56 template <template <typename> class> class BitVectorTmpl; variable