Constructors

Synopses

Declared in <bdlcc_multipriorityqueue.h>

Create a node by moving from the specified item.

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