C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::log::event::field Struct Reference

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.
 

Detailed Description

A single, user-defined field.

Member Typedef Documentation

◆ value_t

using caf::log::event::field::value_t
Initial value:
std::variant<std::nullopt_t, bool, int64_t, uint64_t, double,
std::string_view, chunked_string, field_list>

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