getName

Get the name of a parameter or the default.

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

Meta