Defines | |
#define | BOOST_PREPROCESSOR_EMPTY() |
Expands to nothing. Used with BOOST_PREPROCESSOR_IF() and as an unused parameter. More... |
|
Expands to nothing. Used with BOOST_PREPROCESSOR_IF() and as an unused parameter. Example usage as the implementation of BOOST_PREPROCESSOR_COMMA_IF(C):
Example usage as an unused macro parameter:
The above expands to:
In case you wonder, the above code is part of a generalized layer for implementing the subscripting operators of a random access container. |
© Copyright Housemarque, Inc. 2001
Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. This document is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.
Generated: