CxxBareFunctionType

Undocumented in source.
@safe
struct CxxBareFunctionType (
R
) if (
isInputRange!R
) {}

Members

Functions

toString
R toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

explicitVoidParameter
bool explicitVoidParameter;
Undocumented in source.
types
R[] types;
Undocumented in source.

Meta