Insert allows you to insert into an arbitrary position in the structure.
std::queue- An abstract interface for the FIFO structure. You can add only things to the end. The base structure does not necessarily have an effective way to insert into an arbitrary position (for example, consider std::vector). Therefore, it std::queuedoes not have common member functions of the insert.
, , . , .