C++ Actor Framework 1.0.0
|
Generates an error using static_assert on an interface mismatch. More...
#include <typed_actor_util.hpp>
Generates an error using static_assert on an interface mismatch.
NumMessageHandlers | The number of message handlers provided by the user. |
Pos | The index at which an error was detected or a negative value if too many or too few handlers were provided. |
RemainingXs | The remaining deduced messaging interfaces of the provided message handlers at the time of the error. |
RemainingYs | The remaining unimplemented message handler signatures at the time of the error. |