tClient

TClient construction helper to avoid having to explicitly specify the protocol types, i.e. to allow the constructor being called using IFTI (see $(DMDBUG 6082, D Bugzilla enhancement requet 6082)).

  1. TClient!(Interface, Prot) tClient(Prot prot)
    TClient!(Interface, Prot)
    tClient
    (
    Interface
    Prot
    )
    (
    Prot prot
    )
    if (
    isService!Interface &&
    )
  2. TClient!(Interface, IProt, Oprot) tClient(IProt iprot, OProt oprot)

Meta