python - Lazy evaluation with pair factory in C++ -


i'm trying implement lazy in c++ in python example using decorators:

@lazy @factory(category) def func(self):     return self.__raw_data  # building object include object type , **params 

i found getting lazy c++ , lazy evaluation in c++ post haven't helped me. don't understand how implement lazy.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -