| CBMC
    | 
 Include dependency graph for lazy.h:
 Include dependency graph for lazy.h:Go to the source code of this file.
| Classes | |
| class | lazyt< valuet > | 
| Functions | |
| template<typename funt > | |
| auto | lazy (funt fun) -> lazyt< decltype(fun())> | 
| Delay the computation of funto the next time theforcemethod is called.  More... | |