Closed GabrielDosReis closed 2 years ago
The existing implementation is renamed to impl::obj_list. An alternative implementation, based on std::deque is named impl::obj_sequence. It is to be used for large collection of items.
impl::obj_list
std::deque
impl::obj_sequence
The existing implementation is renamed to
impl::obj_list
. An alternative implementation, based onstd::deque
is namedimpl::obj_sequence
. It is to be used for large collection of items.