|
C++ Actor Framework 1.0.0
|
Specializes consumer for int64_t with a safe conversion from uint64_t.
More...
#include <consumer.hpp>
Public Types | |
| using | value_type = int64_t |
Public Member Functions | |
| consumer (int64_t &x) | |
| void | value (int64_t y) noexcept |
| pec | value (uint64_t y) noexcept |
Specializes consumer for int64_t with a safe conversion from uint64_t.