Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / log / doc / html / boost / log / sinks / has_requirement.html
index a632c1a..63ba0f1 100644 (file)
@@ -28,7 +28,7 @@
 <span class="keyword">struct</span> <a class="link" href="has_requirement.html" title="Struct template has_requirement">has_requirement</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">is_base_of</span><span class="special">&lt;</span> <span class="identifier">RequiredT</span><span class="special">,</span> <span class="identifier">TestedT</span> <span class="special">&gt;</span> <span class="special">{</span>
 <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idm46436901303824"></a><h2>Description</h2>
+<a name="idm45554732800336"></a><h2>Description</h2>
 <p>A helper metafunction to check if a requirement is satisfied. The <code class="computeroutput">TestedT</code> template argument should be the type combining one or several requirements and <code class="computeroutput">RequiredT</code> is the requirement to test against. The metafunction will yield a positive result if <code class="computeroutput">TestedT</code> supports <code class="computeroutput">RequiredT</code>. </p>
 </div>
 </div>