Skip to Main Content United States    
PRODUCTS SUPPORT SOLUTIONS SERVICES
COMPAQ SOFTWARE
sequences (3C++std) - Tru64 UNIX
Standard C++ Library
Copyright 1996, Rogue Wave Software, Inc.

NAME

  Sequences  - A sequence is a container that organizes a set of objects, all
  the same type, into a linear arrangement. vector, list, deque, and string
  fall into this category.

  Sequences offer different complexity trade-offs.  vector offers fast
  inserts and deletes from the end of the container.  deque is useful when
  insertions and deletions will take place at the beginning or end of the
  sequence.  Use list when there are frequent insertions and deletions from
  the middle of the sequence.

SEE ALSO

  For more information about sequences and their requirements, see the
  Containers section of this reference guide, or see the section on the
  specific container.

STANDARDS CONFORMANCE

  ANSI X3J16/ISO WG21 Joint C++ Committee



        
Buy Online or Call 1.800.888.0220      privacy statement and legal notices 
STORES CONTACT US SEARCH PRODUCTS SOLUTIONS OPTIONS DEVELOPERS