Work function to add value elt1 to elt0, updating elt0 in the process (elt0 += elt1).
More...
Public Member Functions | |
| template<typename Elt0 , typename Elt1 > | |
| void | operator() (Elt0 &&elt0, Elt1 &&elt1) |
Public Types | |
| typedef void | result_type |
Work function to add value elt1 to elt0, updating elt0 in the process (elt0 += elt1).
1.8.13