C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::consumer< int64_t > Class Reference

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
 

Detailed Description

Specializes consumer for int64_t with a safe conversion from uint64_t.


The documentation for this class was generated from the following file: