translateTemplateParamSpecialisation

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string translateTemplateParamSpecialisation(from!"clang".Type templateType, int index, from!"dpp.runtime.context".Context context)
    @safe pure
    string
    translateTemplateParamSpecialisation
    (
    in from!"clang".Type templateType
    ,
    in int index
    ,
    ref from!"dpp.runtime.context".Context context
    )
  2. string translateTemplateParamSpecialisation(from!"clang".Type cursorType, from!"clang".Type type, int index, from!"dpp.runtime.context".Context context)

Meta