|
using | FunctionType_t = ReturnType(*)(FunctionArguments...) |
| input function type
|
|
|
PosixCallVerificator< ReturnType > | operator() (FunctionArguments... arguments) &&noexcept |
| Call the underlying function with the provided arguments. If the underlying function fails and sets the errno to EINTR the call is repeated at most POSIX_CALL_EINTR_REPETITIONS times.
|
|
◆ operator()()
template<typename ReturnType , typename... FunctionArguments>
Call the underlying function with the provided arguments. If the underlying function fails and sets the errno to EINTR the call is repeated at most POSIX_CALL_EINTR_REPETITIONS times.
- Parameters
-
[in] | arguments | arguments which will be provided to the posix function |
- Returns
- the PosixCallVerificator to verify the return value
The documentation for this class was generated from the following file: