https://github.com/sharp0802/csinterop
https://github.com/sharp0802/csinterop
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharp0802/csinterop
- Owner: Sharp0802
- Created: 2024-03-20T14:05:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T23:42:00.000Z (about 2 years ago)
- Last Synced: 2025-10-04T15:14:15.639Z (8 months ago)
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` |