Skip to content

Sharp0802/CsInterop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CsInterop

!!!Tested on only libstdc++ 13!!!

CsInterop is a library providing interop for std::string, std::shared_ptr<T>, etc...

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

C++ C#
std::string CsInterop.NativeString
std::shared_ptr<T> CsInterop.SharedPointer<T>
std::initializer_list<T> CsInterop.InitializerList<T>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages