autowrap v0.5.2 (2020-05-01T09:15:04Z)
Dub
Repo
returnValue
autowrap
csharp
boilerplate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
export extern (
C
)
struct
returnValue (
T
) {
import
std
.
traits
:
isDynamicArray
;
;
T
value
;
wstring
error
;
this
(T value);
this
(Exception error);
}
Constructors
this
this
(T value)
Undocumented in source.
this
this
(Exception error)
Undocumented in source.
Members
Variables
error
wstring
error
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
autowrap
csharp
boilerplate
functions
mapArray
pinPointer
rt_moduleTlsCtor
rt_moduleTlsDtor
wrapCSharp
structs
AttachThread
Marshalled_Duration
Marshalled_std_datetime_date
Marshalled_std_datetime_systime
returnValue
returnVoid