What is the maximum size limit of queue in C++ / what are all the factors that determine the size limit or overflow limit?

前端 未结 0 869
Happy的楠姐
Happy的楠姐 2020-12-14 01:06

This is my queue implementation

/* structure to store the start/end time */
struct mq{
    mq() : start_time(), end_time() {}
    mq(uint32_t start_time, uint         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题