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