capture

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Capture!T capture(T args)
  2. auto capture(RequestSendThen r, Captures captures)
  3. auto capture(TR r, Captures captures)
    capture
    (
    TR
    Captures...
    )
    (
    TR r
    ,
    auto ref Captures captures
    )
    if (
    is(TR : TypedRequestSendThen!(TAddress, Params),
    TAddress
    Params...
    )
    )

Meta