![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Get the type without * and & (retains const, which is useful for function args). More...
#include <pair.hpp>
Public Types | |
| using | type = remove_pointer_t< remove_reference_t< actual_type_t<T> > > |
Get the type without * and & (retains const, which is useful for function args).
| using flecs::base_arg_type< T >::type = remove_pointer_t< remove_reference_t< actual_type_t<T> > > |