boost::lockfree::capacity
// In header: <boost/lockfree/policies.hpp> template<size_t Size> struct capacity { };
Sets the capacity of a data structure at compile-time.
This implies that a data structure is bounded and fixed-sized.