chsvlib
chsv helper source code

◆ sbo_vector() [1/10]

sbo_vector ( const Allocator &  allocator)
explicitnoexcept

A constructor which creates a default-constructed empty vector with a custom allocator.

Parameters
allocatorAn instance of an allocator copied into a state of the created vector to use when heap allocations happen.