j
k
j a
j l
heroboy wrote:
hello everyone, what's the difference between "tuple<int> t;" and " tuple<int> t();" why tuple<int> t; cout<
Because tuple<int> t(); is a function returning a tuple<int>.
Back to the thread
Back to the list