|
libxr
1.0
Want to be the best embedded framework
|
可作为对象池空闲索引队列的类型约束。 More...
#include <object_pool.hpp>
可作为对象池空闲索引队列的类型约束。
Type constraint for free-index queues used by object pools.
该约束只要求队列提供最小的强类型接口:
ValueTypePush(const ValueType&)Pop(ValueType&)Size()This constraint requires only the minimal typed queue interface:
ValueTypePush(const ValueType&)Pop(ValueType&)Size() Definition at line 32 of file object_pool.hpp.