| generator |
| List of: | Glossary Items | |
| Subjects: | C++ Interface | |
| Contents: | Glossary | |
| A generator is a function or class that produces a new value each time it is called. Examples include random number generators and functions that read input data, producing datum for each call. See also iterator. | |||||