Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @importCpp

@importCpp

Panther
Documentation


1: func @importCpp = (filepath: [Char:*]) -> {MODULE};

  Import a C++ file as a module.

Parameters

  filepath: path of the file to import

Return Value

  The imported C++ file as a module.

Example

(TODO)

See Also

@import Import a Panther file
@importC Import a C file