←back to thread

178 points todsacerdoti | 1 comments | | HN request time: 0.223s | source
Show context
choeger ◴[] No.26340875[source]
Why is there no move_back(), I wonder?
replies(2): >>26341048 #>>26341059 #
1. lgeorget ◴[] No.26341048[source]
Well that's emplace_back() or push_back() when you pass them a r-value reference basically.