isExceptionHandler

Judge StateTransitor's ExceptionHandler

template isExceptionHandler (
Handler
) {
enum bool isExceptionHandler;
enum bool isExceptionHandler;
}

Examples

static assert(isExceptionHandler!(void delegate(Exception)@safe[]));

Meta