I know th开发者_如何学Cat there\'s a standard library vector in C++. Is there a queue? An online search suggests there might be, but there\'s not much about it if there is one.
All the documentation I can find on the STL containers (both queue and list) say that for any of the remove functions the removed object\'s destructor is called.This means that I can\'t use std::queue
I want to know if there is a way I can specify the order of run of each model in dbt or explicit state a dependen开发者_JAVA技巧t model which needs to run before the current model can be.
如果把生产消费想像成自动流水生产线的话,生产就是流水线的物料,消费就是某种设备对物料进行加工的行为,流水线就是队列。