structIdlString

Returns an IDL string describing the passed struct. IDL code for any type dependcies is not included.

template structIdlString (
T
) if (
isStruct!T ||
isException!T
) {}

Members

Manifest constants

structIdlString
enum structIdlString;
Undocumented in source.

Meta