External module "compilers/G++"
Functions
gpp
- gpp(input: string, output?: undefined | string, log?: undefined | false | true): Promise<Result>
- gpp(opt: GPPOptions): Promise<Result>
-
Parameters
-
input: string
-
Optional output: undefined | string
-
Optional log: undefined | false | true
Returns Promise<Result>
-
Parameters
Returns Promise<Result>
Compiles a source file with G++