* Fix compilation error for structured binding
The header <tuple> is missing. After adding it, it compiles fine with clang in c++17 mode.
* Print out the stored_value1 and stored_value2 for the lambda example.
To make it eaiser for the readers to understand the difference
between lambda capture by value and by reference.