C++ Actor Framework 1.0.0
|
A single, user-defined field. More...
#include <event.hpp>
Public Types | |
using | value_t |
Public Attributes | |
std::string_view | key |
The key (name) of the field. | |
value_t | value |
The value of the field. | |
A single, user-defined field.
using caf::log::event::field::value_t |