Skip to content

Commit

Permalink
Update gh-pages to output generated at 94eb5a7
Browse files Browse the repository at this point in the history
  • Loading branch information
braxtons12 committed Jan 31, 2024
1 parent c3a7d5f commit ffd1756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value.html
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ <h2>Requirements<a class="headerlink" href="#group__value_1autotoc_md25" title="
<p class="breathe-sectiondef-title rubric" id="breathe-section-title-variables">Variables</p>
<dl class="cpp var">
<dt class="sig sig-object cpp">
<span class="target" id="group__value_1gafd705f5d84676e0af3d9ad57d54056ed"></span><span class="sig-name descname"><span class="pre">template&lt;typename</span> <span class="pre">TType&gt;</span> <span class="pre">concept</span> <span class="pre">ValueType</span>&#160; <span class="pre">=requires</span> <span class="pre">{</span> <span class="pre">TType::value;</span> <span class="pre">}</span> <span class="pre">&amp;&amp;</span> <span class="pre">detail::HasStaticConstexprValue&lt;TType&gt;</span></span></dt>
<span class="target" id="group__value_1gafd705f5d84676e0af3d9ad57d54056ed"></span><span class="sig-name descname"><span class="pre">template&lt;typename</span> <span class="pre">TType&gt;</span> <span class="pre">concept</span> <span class="pre">ValueType</span>&#160;&#160; <span class="pre">=</span> <span class="pre">requires</span> <span class="pre">{</span> <span class="pre">TType::value;</span> <span class="pre">}</span> <span class="pre">&amp;&amp;</span> <span class="pre">detail::HasStaticConstexprValue&lt;TType&gt;</span></span></dt>
<dd><p>Concept specifying the requirements for a metaprogramming value type. </p>
<p>A metaprogramming value type is any type that has a <code class="docutils literal notranslate"><span class="pre">static</span> <span class="pre">constexpr</span></code> member variable named <code class="docutils literal notranslate"><span class="pre">value</span></code>.</p>
<section id="group__value_1autotoc_md11">
Expand Down

0 comments on commit ffd1756

Please sign in to comment.