Language
C++
Compiler
gcc 5.4.0
Options
Warnings
Boost 1.66.0
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-5.4.0/include -std=gnu++17
--- struct ---
size=40
123
456
hello
world!!
--- std::tuple ---
size=40
123
456
hello
world!!
--- my tuple ---
size=40
123
456
hello
world!!
--- my tuple(reference)---
123 rewrite
--- my tuple(move construction)---
size=40 aString=
123
456
hello
world!!
Exit Code:
0