Overview In previous posts I developed and tested code that could apply tuples to functions and function objects (functors) efficiently. In a reply comment to my last post, it was noted that apply_tuple() does not work with lvalues. This post outlines how to fix the code so it works with both lvalues and rvalues. Some […]
↧