forked from boostorg/preprocessor
20 lines
487 B
HTML
20 lines
487 B
HTML
<html>
|
|
<head>
|
|
<title>logical/not.hpp</title>
|
|
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
|
</head>
|
|
<body>
|
|
<div style="margin-left: 0px;">
|
|
The <b>logical/not.hpp</b> header defines a macro that performs a logical <i>NOT</i> on its operand.
|
|
</div>
|
|
<h4>Usage</h4>
|
|
<div class="code">
|
|
#include <b><boost/preprocessor/logical/not.hpp></b>
|
|
</div>
|
|
<h4>Contents</h4>
|
|
<ul>
|
|
<li><a href="../../ref/not.html">BOOST_PP_NOT</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|