Does this vector have an inline buffer at all?
| 160 | |
| 161 | /// Does this vector have an inline buffer at all? |
| 162 | bool hasInlineBuffer() const FL_NOEXCEPT { |
| 163 | return mInlineCapacity > 0; |
| 164 | } |
| 165 | |
| 166 | /// Pointer to element at index (byte arithmetic). |
| 167 | void* element_ptr(fl::size index) FL_NOEXCEPT { |