Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 3 days agofunctionslemmy.mlimagemessage-square33fedilinkarrow-up1272arrow-down14
arrow-up1268arrow-down1imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 3 days agomessage-square33fedilink
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up4·edit-23 days agoHuh, I haven’t looked at C++ in decades, and I didn’t know they’d added lambda functions/expressions, in C++11. Apparently you can shorten it further: []{}
C++:
[](){}Huh, I haven’t looked at C++ in decades, and I didn’t know they’d added lambda functions/expressions, in C++11. Apparently you can shorten it further:
[]{}