Utopia 2
Framework for studying models of complex & adaptive systems.
|
Helper function for removing pointer qualifiers from a type recursivly This is the recursion base case. More...
#include <type_traits.hh>
Public Types | |
using | type = T |
Helper function for removing pointer qualifiers from a type recursivly This is the recursion base case.
T | Type to remove the pointer qualifiers from. |
using Utopia::Utils::remove_pointer< T, U >::type = T |