forked from boostorg/preprocessor
Docs updated
[SVN r13169]
This commit is contained in:
@ -29,6 +29,8 @@
|
||||
<h2><a name="BOOST_PP_STRINGIZE">#define BOOST_PP_STRINGIZE</a>(X)</h2>
|
||||
<p>Stringizes <code>X</code> after it is macro expanded.</p>
|
||||
|
||||
<p>For example, <code><a href="stringize.htm#BOOST_PP_STRINGIZE">BOOST_PP_STRINGIZE</a>(<a href="cat.htm#BOOST_PP_CAT">BOOST_PP_CAT</a>(a,b))</code> expands to <code>"ab"</code>.</p>
|
||||
|
||||
<h3>Example</h3>
|
||||
<ul>
|
||||
<li><a href="../../example/note.c">note.c</a></li>
|
||||
|
Reference in New Issue
Block a user