std::queue
emplace: no copy
emplace_back: args std::forward<struct>
push: copy
push_back:
pop(): first element
emplace, push
std::move
queue cppreference push
container push_back cppreference
Last updated
Was this helpful?
emplace: no copy
emplace_back: args std::forward<struct>
push: copy
push_back:
pop(): first element
emplace, push
std::move
queue cppreference push
container push_back cppreference
Last updated
Was this helpful?