bsl::vector<signed char>::vector

Create a vector having the same value as the specified original object that uses the specified basicAllocator to supply memory. This method requires that the (template parameter) type VALUE_TYPE be copy-insertable into this vector (see {Requirements on VALUE_TYPE}). Note that a bslma::Allocator * can be supplied for basicAllocator if the (template parameter) type ALLOCATOR is bsl::allocator (the default).

Synopsis

Declared in <bslstl_vector.h>

vector(
    vector<signed char> const& original,
    type_identity<allocator<signed char>>::type const& basicAllocator);