lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

What's the meaning of this ? function templates?

Tue Sep 02, 2014 4:15 pm

1) B <0> (handler)(error)

2) B<void()>(handler)(error)

why putting a 0 and a void() inside?

handler is the name of the function and error is the parameter? and returning B <whatever inside>?

Return to “C/C++”