]> www.ginac.de Git - cln.git/commitdiff
Add index entry for 'cast'.
authorBruno Haible <bruno@clisp.org>
Thu, 18 Nov 2004 12:16:11 +0000 (12:16 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 18 Nov 2004 12:16:11 +0000 (12:16 +0000)
doc/cln.tex

index ca386728b844d441aad5af05bf2e9192c948d0ad..146f81b52d23b3922fda2437da965a1e1468b0f1 100644 (file)
@@ -775,6 +775,7 @@ Conversions from any class to any of its subclasses (``derived classes'' in
 C++ terminology) are not provided. Instead, you can assert and check
 that a value belongs to a certain subclass, and return it as element of that
 class, using the @samp{As} and @samp{The} macros.
+@cindex cast
 @cindex @code{As()()}
 @code{As(@var{type})(@var{value})} checks that @var{value} belongs to
 @var{type} and returns it as such.