Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 4 months agofunctionsimagemessage-square38linkfedilinkarrow-up1304arrow-down16
arrow-up1298arrow-down1imagefunctionsCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 4 months agomessage-square38linkfedilink
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up4·4 months 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:
[]{}