conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
builder.hpp File Reference

Fluent builder for EventEnvelope plus the conduit::event(...) and conduit::make_event<T>(...) entry points. More...

#include <conduit/envelope.hpp>
#include <conduit/event.hpp>
#include <conduit/flags.hpp>
#include <conduit/metadata.hpp>
#include <ulid/ulid.h>
#include <chrono>
#include <concepts>
#include <memory>
#include <string>
#include <utility>
#include <parcel/parcel.h>
Include dependency graph for builder.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  conduit::EventBuilder< T >
 

Namespaces

namespace  conduit
 

Functions

template<typename T >
EventBuilder< T > conduit::event (T payload)
 
template<typename T , typename... Args>
EventBuilder< T > conduit::make_event (Args &&... args)
 

Detailed Description

Fluent builder for EventEnvelope plus the conduit::event(...) and conduit::make_event<T>(...) entry points.