tryEx

Tries to call function. On exception throws Ex, otherwise return func() result

  1. template tryEx(Ex, alias func)
  2. T tryEx(T par)

Members

Aliases

tryEx
alias tryEx = wrapper
Undocumented in source.

Functions

wrapper
auto wrapper(TP params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Zaramzan <shamyan.roman@gmail.com>