chronon::observe::timeline_observe_detail::CapacityValues
#include <TimelineObserve.hpp>
Public Functions
| Name | |
|---|---|
| bool | operator==(const CapacityValues & ) const =default |
Public Attributes
| Name | |
|---|---|
| int64_t | used |
| int64_t | free |
Public Functions Documentation
function operator==
bool operator==(
const CapacityValues &
) const =default
Public Attributes Documentation
variable used
int64_t used;
variable free
int64_t free;
Updated on 2026-06-23 at 05:47:50 +0000