This documentation is archived and is not being maintained.
IPriorityQueue<TValue, TCont> Interface
Visual Studio 2010
Defines the interface for an STL/CLR priority_queue object.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
The IPriorityQueue<TValue, TCont> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | assign | Replaces all elements 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. |
![]() | get_container | Accesses the underlying container. |
![]() | pop | Removes the highest-priority element of the container. |
![]() | push | Adds a new element to the container. |
![]() | size | Counts the number of elements in the container. |
![]() | top | Accesses the highest-priority element of the container. |
![]() | value_comp | Copies the ordering delegate for two elements. |
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:
