Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 1 month agofunctionslemmy.mlimagemessage-square36linkfedilinkarrow-up1284 cross-posted to: programmer_humor@programming.dev
arrow-up1284imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 1 month agomessage-square36linkfedilink cross-posted to: programmer_humor@programming.dev
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up4·edit-21 month 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:
[]{}