Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::ecs::SystemParamTraits< AsyncMessageWriter< T > > Struct Template Reference

#include <param_traits.hpp>

Static Public Member Functions

static auto Make (World &world, SystemLocalData &, const AccessPolicy &) noexcept -> AsyncMessageWriter< T >
static constexpr void RegisterAccess (AccessPolicyBuilder &) noexcept

Detailed Description

template<AsyncMessageTrait T>
struct helios::ecs::SystemParamTraits< AsyncMessageWriter< T > >

Definition at line 284 of file param_traits.hpp.

Member Function Documentation

◆ Make()

template<AsyncMessageTrait T>
auto helios::ecs::SystemParamTraits< AsyncMessageWriter< T > >::Make ( World & world,
SystemLocalData & ,
const AccessPolicy &  ) -> AsyncMessageWriter< T >
inlinestaticnoexcept

Definition at line 285 of file param_traits.hpp.

◆ RegisterAccess()

template<AsyncMessageTrait T>
constexpr void helios::ecs::SystemParamTraits< AsyncMessageWriter< T > >::RegisterAccess ( AccessPolicyBuilder & )
inlinestaticconstexprnoexcept

Definition at line 291 of file param_traits.hpp.