folly::small_vector::small_vector

Allocator is unused here. It is taken in for compatibility with std::vector interface, but it will be ignored.

Synopsis

Declared in <folly/container/small_vector.h>

small_vector(std::allocator<Value> const& alloc);

Parameters

NameDescription
allocThe allocator, which is ignored.