Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agofunctionsimagemessage-square31fedilinkarrow-up1258arrow-down14 cross-posted to: programmer_humor@programming.dev
arrow-up1254arrow-down1imagefunctionsCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 1 day agomessage-square31fedilink cross-posted to: programmer_humor@programming.dev
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up4·edit-21 day 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:
[]{}