reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
101 assert(V[Index] == X && "Value not actually at index in map!"); 102 if (Index != (ptrdiff_t)(V.size() - 1)) { 104 V[Index] = T(); 105 Index = (ptrdiff_t)V.size();