|
ACTS
Experiment-independent tracking
|
Introduce the Acts version of the pointer remove type trait because we want to fetch the underlying type for the pointer concept and std::library does not allow for an extension of the std::remove_pointer;. More...
#include <Acts/Utilities/PointerTraits.hpp>
Public Types | |
| using | type = T |
| Type alias for the original type (non-pointer case). | |
Introduce the Acts version of the pointer remove type trait because we want to fetch the underlying type for the pointer concept and std::library does not allow for an extension of the std::remove_pointer;.
| using Acts::RemovePointer< T >::type = T |
Type alias for the original type (non-pointer case).