chsvlib
chsv helper source code

◆ sbo_vector() [2/10]

sbo_vector ( const sbo_vector< ElementType, sbo_threshold, Allocator > &  right,
const Allocator &  allocator 
)

Constructs a copy of a vector with a custom allocator.

Parameters
rightThe original vector with contents copied to the buffer of the created vector.
allocatorA custom allocator used by the created vector to manage heap memory.