Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 4 days agofunctionslemmy.mlexternal-linkmessage-square36fedilinkarrow-up1280arrow-down15
arrow-up1275arrow-down1external-linkfunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 4 days agomessage-square36fedilink
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up3·edit-24 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:
[]{}