tin  1.5.9
tsm::runtime::actor_group_resources< Actors > Struct Template Reference

Aggregate resource summaries for several actor types. More...

#include <actor.h>

Collaboration diagram for tsm::runtime::actor_group_resources< Actors >:
Collaboration graph

Static Public Member Functions

static consteval resource_snapshot snapshot ()
 Return the combined resource snapshot for all actor types. More...
 
static consteval bool fits_within (resource_budget const &budget)
 Return whether the aggregate actor resources fit within budget. More...
 

Detailed Description

template<typename... Actors>
struct tsm::runtime::actor_group_resources< Actors >

Aggregate resource summaries for several actor types.

Member Function Documentation

◆ fits_within()

template<typename... Actors>
static consteval bool tsm::runtime::actor_group_resources< Actors >::fits_within ( resource_budget const &  budget)
inlinestatic

Return whether the aggregate actor resources fit within budget.

◆ snapshot()

template<typename... Actors>
static consteval resource_snapshot tsm::runtime::actor_group_resources< Actors >::snapshot ( )
inlinestatic

Return the combined resource snapshot for all actor types.


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