getName

Get the name of a parameter or the default.

  1. string getName(ref const(CppClass.CppFunc) method)
  2. string getName(const CxParam p, string default_)
    string
    getName
    @safe
    (
    const CxParam p
    ,
    string default_
    )

Meta