subResult

get a pointer to sub-command container. T is the type in sub-command container, U is the type in main-command container

inout(T)*
subResult
(
T
U
)
(
inout(U)* output
)

Parameters

output inout(U)*

the main-command container

Return Value

Type: inout(T)*

a pointer to sub-command container if the sub-command is ready, otherwise null

Meta