CppModuleX.method_body

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

Meta