Skip to content

Sample code to associate callbacks for each member variable of a tuple,

License

Notifications You must be signed in to change notification settings

rahulbksc/Strucutre-Iterator-with-Callbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#Structure-Iterator-with-Callbacks Problem statemnet (C+11):

A strcuture has different members and each member has respective processing functions (callbacks) and the resultant value is derived from all the processed value.

This is work in progress and this solves the problem for C+11.

P.S. Since with C++17 tuple iterator this problem can be solved more easily.

About

Sample code to associate callbacks for each member variable of a tuple,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages