Defines | |
#define | BOOST_PP_STRINGIZE(E) |
Delays the stringization of E. More... | |
#define | BOOST_PREPROCESSOR_STRINGIZE(E) |
Obsolete. Use BOOST_PP_STRINGIZE(). More... |
|
Delays the stringization of E. Example:
The above expands to:
The use of BOOST_PP_STRINGIZE() above lets the PP expand the __LINE__ before stringizing it. If # would be used directly, the code would expand to:
|
|
Obsolete. Use BOOST_PP_STRINGIZE().
|
© Copyright Housemarque Oy 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: