package
0.9.6
Repository: https://github.com/goplus/llgo.git
Documentation: pkg.go.dev

# Functions

GoString converts a C++ std::string object to a Go string.
NewString creates a C++ std::string object.
NewStringEmpty creates an empty std::string object.
NewStringFrom creates a copy of a C++ std::string object.
NewStringFromCStr creates a C++ std::string object.
NewStringFromCStrLen creates a C++ std::string object.
Str creates a constant C++ std::string object.

# Constants

No description provided by the author
No description provided by the author

# Structs

String represents a C++ std::string object.

# Type aliases

StringView represents a C++ std::string_view object.