An open API service indexing awesome lists of open source software.

https://github.com/sharp0802/csinterop


https://github.com/sharp0802/csinterop

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# CsInterop

***!!!Tested on only `libstdc++ 13`!!!***

CsInterop is a library providing interop for `std::string`, `std::shared_ptr`, etc...

To use these, Just see below table! It's all documentated!

| C++ | C# |
|---------------------------:|:-------------------------------|
| `std::string` | `CsInterop.NativeString` |
| `std::shared_ptr` | `CsInterop.SharedPointer` |
| `std::initializer_list` | `CsInterop.InitializerList` |