CppModuleX.method

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto method(Flag!"isVirtual" isVirtual, string return_type, string name, Flag!"isConst" isConst)
  2. auto method(Flag!"isVirtual" isVirtual, string return_type, string name, Flag!"isConst" isConst, T args)
    mixintemplate CppModuleX(T)
    method
    (
    T...
    )
    (
    Flag!"isVirtual" isVirtual
    ,,
    string name
    ,
    Flag!"isConst" isConst
    ,
    auto ref T args
    )

Meta