Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brevzin committed Nov 5, 2024
1 parent 95fafd3 commit 7b61035
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 2996_reflection/p2996r8.html
Original file line number Diff line number Diff line change
Expand Up @@ -8689,7 +8689,9 @@ <h3 class="unnumbered" id="meta.reflection.substitute-reflection-substitution">[
</div>
<h3 class="unnumbered" id="meta.reflection.result-expression-result-reflection">[meta.reflection.result]
Expression result reflection<a href="#meta.reflection.result-expression-result-reflection" class="self-link"></a></h3>
<p>::: std ::: addu</p>
<div class="std">
<blockquote>
<div class="addu">
<div class="sourceCode" id="cb203"><pre class="sourceCode cpp"><code class="sourceCode cpp"><span id="cb203-1"><a href="#cb203-1" aria-hidden="true" tabindex="-1"></a><span class="kw">template</span> <span class="op">&lt;</span><span class="kw">typename</span> T<span class="op">&gt;</span></span>
<span id="cb203-2"><a href="#cb203-2" aria-hidden="true" tabindex="-1"></a> <span class="kw">consteval</span> info reflect_value<span class="op">(</span>T expr<span class="op">)</span>;</span></code></pre></div>
<p><span class="marginalizedparent"><a class="marginalized" href="#pnum_332" id="pnum_332">1</a></span>
Expand Down Expand Up @@ -8760,6 +8762,9 @@ <h3 class="unnumbered" id="meta.reflection.result-expression-result-reflection">
<code class="sourceCode cpp"><span class="op">^</span>fn</code>, where
<code class="sourceCode cpp">fn</code> is the function designated by
<code class="sourceCode cpp">expr</code>.</p>
</div>
</blockquote>
</div>
<h3 class="unnumbered" id="meta.reflection.define_aggregate-reflection-class-definition-generation">[meta.reflection.define_aggregate]
Reflection class definition generation<a href="#meta.reflection.define_aggregate-reflection-class-definition-generation" class="self-link"></a></h3>
<div class="std">
Expand Down
2 changes: 2 additions & 0 deletions 2996_reflection/reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5352,6 +5352,8 @@ template <typename T>
[#]{.pnum} *Mandates*: `T` is a function type.

[#]{.pnum} *Returns*: `^fn`, where `fn` is the function designated by `expr`.
:::
:::

### [meta.reflection.define_aggregate] Reflection class definition generation {-}

Expand Down

0 comments on commit 7b61035

Please sign in to comment.