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