Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::base_arg_type< T > Struct Template Reference

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> > >
 

Detailed Description

template<typename T>
struct flecs::base_arg_type< T >

Get the type without * and & (retains const, which is useful for function args).

Definition at line 149 of file pair.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using flecs::base_arg_type< T >::type = remove_pointer_t< remove_reference_t< actual_type_t<T> > >

Definition at line 150 of file pair.hpp.


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