Description Usage Arguments Details Value Note Author(s) References See Also Examples
demangle
gives the demangled type, sizeof
its size (in bytes).
1 2 |
type |
The type we want to demangle |
... |
Further argument for |
The following function is compiled and invoked:
1 2 3 4 5 6 7 8 9 10 |
DEMANGLE
is a macro in Rcpp that does the work.
The demangled type, as a string.
We only know how to demangle with gcc. If you know how to demangle types with your compiler, let us know.
Romain Francois <romain@r-enthusiasts.com>
See this chapter from the GNU C++ library manual.
cppFunction
is used to compile the function demangle
creates.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.