getFiberFlsLvalue

Undocumented in source.
template getFiberFlsLvalue(alias FLS)
nothrow @nogc
static if(__traits(isSame, TemplateOf!FLS, FiberLocal))
T*
getFiberFlsLvalue

Members

Aliases

T
alias T = ReturnType!FLS
Undocumented in source.
offset
alias offset = FLSOffset!(TemplateArgsOf!FLS)
Undocumented in source.

Functions

getFiberFlsLvalue
T* getFiberFlsLvalue(FiberHandle fib)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta