Skip to content

Commit

Permalink
Update gh-pages to output generated at d4c1ead
Browse files Browse the repository at this point in the history
  • Loading branch information
braxtons12 committed Feb 1, 2024
1 parent 3e7195b commit f6eeb30
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">=</span> <span class="pre">requires</span> <span class="pre">{{std::integral_constant&lt;decltype(TType::value),</span> <span class="pre">TType::value&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; <span class="pre">=</span> <span class="pre">requires</span> <span class="pre">{{TType::value};{std::integral_constant&lt;decltype(TType::value),</span> <span class="pre">TType::value&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 f6eeb30

Please sign in to comment.