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

version» Context lines:

autodoc.git/modref/ex/cpp_3A_3A/_23ifndef.html:68:   <dt class='head--type'><span class='homogen--type'>Directive</span>   <span class='homogen--name'><b>#ifndef</b></span>   </dt>   <dd><p><code class='directive'>#ifndef</code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Check whether an identifier is not a macro.</p>   <p> This is the inverse of <a class='ms reference' href='../cpp_3A_3A.html'>#ifdef</a>.</p>   <p> The directive</p>   <p> <tt>#ifndef <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'>#ifdef</a>, <a class='ms reference' href='../cpp_3A_3A/defined.html'>defined</a></p>   </dd></dl>       </article>    </div>    </div>    </div>