| vecs
    Fast, flexible ecs in C++ with ergonomic API | 
Partial specialization of into_system_param for const lvalue references.  
 More...
#include <vecs.h>
 
  
Partial specialization of into_system_param for const lvalue references. 
This specialization allows const T& types to use the same into_system_param specialization as T, providing const lvalue reference compatibility for system parameters.
| T | The base type of the const lvalue reference to be used as a system parameter. |