Skip to content

Commit

Permalink
[qty.sym.expr.algo] Use a list
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Nov 27, 2024
1 parent 403ead5 commit 130a6e7
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/api_reference/src/quantities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1254,15 +1254,21 @@

\begin{itemdescr}
\pnum
Let \tcode{\exposidnc{expr-type-map}<U>} be
Let
\begin{itemize}
\item
\tcode{\exposidnc{expr-type-map}<U>} be
\tcode{power<Proj<F>, Ints...>} if \tcode{U} is of the form \tcode{power<F, Ints...>}, and
\tcode{Proj<U>} otherwise.
Let \tcode{\exposidnc{map-power}(u)} be
\tcode{Proj<U>} otherwise,
\item
\tcode{\exposidnc{map-power}(u)} be
\tcode{pow<Ints...>(F\{\})} if \tcode{decltype(u)} is of the form \tcode{power<F, Ints...>}, and
\tcode{u} otherwise.
Let \tcode{Nums} and \tcode{Dens}
\tcode{u} otherwise, and
\item
\tcode{Nums} and \tcode{Dens}
be packs denoting the template arguments of
\tcode{T::\exposidnc{nums}} and \tcode{T::\exposidnc{dens}}, respectively.
\end{itemize}

\pnum
\returns
Expand Down

0 comments on commit 130a6e7

Please sign in to comment.