The BOOST_PP_SET_POP_FRONT macro pops an element from the beginning of a set.
Usage
BOOST_PP_SET_POP_FRONT(set)
Arguments
- set
-
The set to pop an element from.
Remarks
This macro returns set after removing the first element.
See Also
Requirements
Sample Code