Struct providing a static method returning the object stored within the queue that is included in the container element pointed to by the given const iterator. More...
Static Public Member Functions | |
static Ptr< Item > | GetItem (const Container &, const ConstIterator it) |
Struct providing a static method returning the object stored within the queue that is included in the container element pointed to by the given const iterator.
This method is used when the container does not define a GetItem method and assumes that an object stored in the queue can be obtained by dereferencing the iterator pointing to the container element that includes such an object.
|
inlinestatic |