C++_STL List 用法简要介绍(国外英文资料).docVIP

  • 9
  • 0
  • 约6.98千字
  • 约 14页
  • 2017-06-05 发布于河南
  • 举报

C++_STL List 用法简要介绍(国外英文资料).doc

C_STLList用法简要介绍(国外英文资料)

C++_STL List 用法简要介绍(国外英文资料) Lists are stored in the list in sequence, which allows for quick inserts and deletions, but is slow to be accessed at random. Assign () assigns the list Back () returns the last element Begin () returns the iterator that points to the first element Clear () removes all elements Empty () returns true if the list is empty End () returns the iterator at the end Erase () removes an element Front () returns the first element Get_allocator () returns the lists configurator Insert () inserts an element into the list Max_size () returns the maximum number of elements that l

文档评论(0)

1亿VIP精品文档

相关文档