Namespace SampSharp.OpenMp.Core.Std
Classes
- BooleanMarshaller
Represents a marshaller entrypoint for marshalling bool to a native BlittableBoolean structure.
- StringViewMarshaller
Represents a marshaller entrypoint for marshalling string to a native StringView structure.
Structs
- Pair<T1, T2>
Represents a pair of values which is represented in memory like an
std::Pairfrom the C++ standard library.
- Size
Represents a size which is represented in memory like an
std::size_tfrom the C++ standard library.
- SpanLite<T>
Represents a span which is represented in memory like an
std::span_tfrom the C++ standard library.
- StringView
Represents a view of a string which is represented in memory like an
std::basic_string_viewfrom the C++ standard library.