Home
last modified time | relevance | path

Searched defs:CompleteInvoker (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6493 struct CompleteInvoker { struct
6495 static Result invoke(Fun&& fun, Args&&... args) { in invoke()
6500 struct CompleteInvoker<void> { struct
6502 static CompleteType_t<void> invoke(Fun&& fun, Args&&... args) { in invoke()