reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 using StorageT = SmallVector<T, 0>; 37 T nullVal_; 41 IndexedMap() : nullVal_(T()) {} 43 explicit IndexedMap(const T& val) : nullVal_(val) {}