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 &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 defines a GetItem method and is simply a wrapper to invoke such a method.
|
inlinestatic |