The BOOST_PP_SET_SUBSET macro expands to a subset of elements in a set.
Usage
BOOST_PP_SET_SUBSET(set, i, len)
Arguments
- set
-
The set whose size is to be calculated.
- i
-
The index of the first element of the subset to be extracted.
- len
-
The length of the subset to be extracted.
Remarks
This macro expands to a set extracted from set.
Requirements
Sample Code