| vecs
    Fast, flexible ecs in C++ with ergonomic API | 
Partial specialization of into_system_param for lvalue references.  
 More...
#include <vecs.h>
 
  
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.
| T | The base type of the lvalue reference to be used as a system parameter. |