Allocator is unused here. It is taken in for compatibility with std::vector interface, but it will be ignored.
Declared in <folly/container/small_vector.h>
small_vector(std::allocator<Value> const& alloc);
| Name | Description |
|---|---|
| alloc | The allocator, which is ignored. |