C++ Reference: class SimpleRevFIFO
Note: This documentation is automatically generated.
Method |
Iterator | Return type: explicit Arguments: const SimpleRevFIFO<T>* l |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[[["`SimpleRevFIFO` is a class in C++ potentially used for managing data in a first-in, last-out (FIFO) manner, but with reversed iteration capabilities."],["The primary method associated with this class is `Iterator`, which takes a `SimpleRevFIFO` object as input and returns an iterator for traversing its elements."]]],["The C++ documentation outlines a class named `SimpleRevFIFO`. It describes a method, `Iterator`, which returns an iterator. This method is explicitly defined and accepts a constant pointer to a `SimpleRevFIFO` object (`const SimpleRevFIFO\u003cT\u003e* l`) as its argument. The information indicates the location of the method's declaration in the source code.\n"]]