folly::small_vector::small_vector

Copy-construct from another small_vector.

Synopsis

Declared in <folly/container/small_vector.h>

small_vector(small_vector const& o);

Parameters

NameDescription
oThe small_vector to copy from.