Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 548 Bytes

icppapi.md

File metadata and controls

8 lines (7 loc) · 548 Bytes

User Manual of ICPP API

Summarization

The ICPP API are some util wrapper functions or some core functions exported from the icpp runtime interpreter, aiming at simplifying writing C++ script code. The functions in icpp.hpp are based on the std namespace, in cppex.hpp are based on the std and boost namespace.

Definition

You can visit the header file to check their details: