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.
init_list | The initializer list objects contents of which are used to initialize the elements of the created vector. |
allocator | A custom allocator used by the created vector to manage heap memory. |