folly::small_vector::empty

Test whether the vector is empty.

Synopsis

Declared in <folly/container/small_vector.h>

bool
empty() const;

Return Value

true if the vector contains no elements.