list |
A sequential container that is optimized for insertion and erasure at arbitrary points in its structure at the expense of losing indexed-based access.
T() ), using alloc
(default allocator< T > ) to manage
storage.[ first
, last )
, using alloc to manage storage.[ first
, last )
, using alloc to manage storage.T() ).true
if the list contains no entries.[ first ,
last ) .T() ) at pos
and returns an iterator pointing to the new element's position.[ first
, last )
at pos .[ first
, last )
at pos .operator< . This operation assumes
that both the list and x were already sorted using
operator< .operator==
to perform the comparison.true
.T()
) to expand the list if necessary.operator< . The time complexity is
O(NlogN).[ first ,
last ) and
inserts them at position pos .true
if x contains the same items in the same order as y
.true
if x is lexicographically less than y
.Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.