BlockingQueue() : BlockingQueue(kInfiniteQueueSize) {} what's this meaning?

后端 未结 0 409
独厮守ぢ
独厮守ぢ 2020-12-24 08:58
     template 
    class BlockingQueue {
     public:
      static constexpr size_t kInfiniteQueueSize = 0;
    
      // Constructs a blocking que         


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