From e54a860ca5337c50820637bbae3ae700e132604c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Mon, 25 Nov 2024 14:54:33 -0400 Subject: [PATCH] [qty.expr.temp] Add missing index entries --- docs/api_reference/src/quantities.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api_reference/src/quantities.tex b/docs/api_reference/src/quantities.tex index ed501227e..9ea7971f0 100644 --- a/docs/api_reference/src/quantities.tex +++ b/docs/api_reference/src/quantities.tex @@ -1036,6 +1036,8 @@ in an implementation-defined total order for types, and \tcode{false} otherwise. +\indexlibraryglobalexpos{type-list} +\indexlibraryglobalexpos{expr-fractions} \begin{codeblock} template struct @\exposidnc{type-list}@ {}; // \expos @@ -1081,6 +1083,10 @@ products thereof, and fractions thereof. +\indexlibraryglobalexpos{expr-multiply} +\indexlibraryglobalexpos{expr-divide} +\indexlibraryglobalexpos{expr-invert} +\indexlibraryglobalexpos{expr-pow} \begin{itemdecl} template typename To, typename OneType, template typename Pred = @\exposidnc{type-less}@, typename Lhs, typename Rhs> @@ -1221,6 +1227,7 @@ \pnum \exposid{expr-map} maps contents of one expression template to another resulting in a different type list. +\indexlibraryglobalexpos{expr-map} \begin{itemdecl} template typename Proj, template typename To, typename OneType, template typename Pred = @\exposidnc{type-less}@, typename T>