vecs
Fast, flexible ecs in C++ with ergonomic API
Loading...
Searching...
No Matches
vecs::into_system_param< T & > Struct Template Reference

Partial specialization of into_system_param for lvalue references. More...

#include <vecs.h>

Inheritance diagram for vecs::into_system_param< T & >:
vecs::into_system_param< T >

Detailed Description

template<typename T>
struct vecs::into_system_param< T & >

Partial specialization of into_system_param for lvalue references.

This specialization allows T& types to use the same into_system_param specialization as T, providing reference compatibility for system parameters.

Template Parameters
TThe base type of the lvalue reference to be used as a system parameter.

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