folly::small_vector::get_allocator

Return the allocator (provided for std::vector compatibility).

Synopsis

Declared in <folly/container/small_vector.h>

allocator_type
get_allocator() const;

Return Value

A default-constructed allocator.