This documentation is archived and is not being maintained.
IQueue<TValue, TCont> Interface
Visual Studio 2010
Defines the interface for an STL/CLR queue object.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
The IQueue<TValue, TCont> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | assign | Replaces all elements of the container with the contents of the provided container. |
![]() | back | Accesses the last element of the container. |
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
![]() | empty | Determines whether the container contains no elements. |
![]() | front | Accesses the first element of the container. |
![]() | get_container | Accesses the underlying container. |
![]() | pop | Removes the last element of the container. |
![]() | push | Adds an element to the beginning of the container. |
![]() | size | Counts the number of elements in the container. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
