chronon::observe::TypedArg
Typed annotation argument; construct via arg<"key">(value). More...
#include <TimelineApi.hpp>
Public Attributes
| Name | |
|---|---|
| T | value |
| uint16_t | key_id |
Detailed Description
template <typename T >
struct chronon::observe::TypedArg;
Typed annotation argument; construct via arg<"key">(value).
Public Attributes Documentation
variable value
T value;
variable key_id
uint16_t key_id;
Updated on 2026-06-12 at 09:16:39 +0000