Lazy lists in C++
Sibylle Schupp
Abstract
Open-access reader
Sibylle Schupp
Abstract
Open-access reader
Languages that support lazy evaluation allow computations with "infinite" data structures (lazy lists); C++ is not among these languages. Using an idiom of generic programming in C++, template metaprogramming, this paper shows how to provide lazy lists nevertheless.
OpenAlex reports 2 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Languages that support lazy evaluation allow computations with "infinite" data structures (lazy lists); C++ is not among these languages. Using an idiom of generic programming in C++, template metaprogramming, this paper shows how to provide lazy lists nevertheless.
Key concepts: Computer science, Metaprogramming, Lazy evaluation, Programming language, Generic programming, Functional programming