chsvlib
chsv helper source code

◆ sbo_vector() [10/10]

sbo_vector ( std::initializer_list< ValueType >  init_list,
const Allocator &  allocator = Allocator() 
)

Constructor initializing contents of the created vector with elements of a given std::initializer_list object.

Parameters
init_listThe initializer list objects contents of which are used to initialize the elements of the created vector.
allocatorA custom allocator used by the created vector to manage heap memory.