IQueue<TValue, TCont> Interface
.NET Framework (current version)
Defines the interface for an STL/CLR queue object.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
| Name | Description | |
|---|---|---|
![]() | assign(IQueue<TValue, TCont>^) | 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(TValue) | Adds an element to the beginning of the container. |
![]() | size() | Counts the number of elements in the container. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
