autodoc.git / modref / ex / cpp_3A_3A / _23ifdef.html

version» Context lines:

autodoc.git/modref/ex/cpp_3A_3A/_23ifdef.html:67:   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Directive</span>   <span class='homogen--name'><b>#ifdef</b></span>   </dt>   <dd><p><code class='directive'>#ifdef</code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Check whether an identifier is a macro.</p>   <p> The directive</p>   <p> <tt>#ifdef <i>&lt;identifier&gt;</i></tt></p> - <p> is equvivalent to</p> + <p> is equivalent to</p>   <p> <tt>#if <a class='ms reference' href='../cpp_3A_3A/defined.html'>defined</a>(<i>&lt;identifier&gt;</i>)</tt></p>   </dd>   <dt class='head--doc'>See also</dt>   <dd class='body--doc'><p><a class='ms reference' href='../cpp_3A_3A.html'>#if</a>, <a class='ms reference' href='../cpp_3A_3A.html'>#ifndef</a>, <a class='ms reference' href='../cpp_3A_3A/defined.html'>defined</a></p>   </dd></dl>       </article>    </div>    </div>    </div>