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