Constructors
Synopses
Declared in <bdlcc_multipriorityqueue.h>
Create a node by moving from the specified item.
MultipriorityQueue_Node(
bslmf::MovableRef<TYPE> item,
bslma::Allocator* basicAllocator);
Create a node containing a copy of the specified item.
MultipriorityQueue_Node(
TYPE const& item,
bslma::Allocator* basicAllocator);
Parameters
Name |
Description |
item |
item to move into this node |
basicAllocator |
allocator used to supply memory |
Created with MrDocs