The BOOST_PP_SLOT macro retrieves a value previously evaluated by BOOST_PP_ASSIGN_SLOT.
	
	Usage
		
			BOOST_PP_SLOT(i)
		
	Arguments
		
			- i
 
			- 
				The slot index to be retrieved. 
				This value must be in the range of 1 to BOOST_PP_LIMIT_SLOT_COUNT.
			
 
		
	Remarks
		
			Prior to use, the slot at index i must have been assigned with BOOST_PP_ASSIGN_SLOT.
		
	See Also
		
	Requirements
		
	Sample Code