Utopia  2
Framework for studying models of complex & adaptive systems.
Public Types | List of all members
Utopia::Utils::remove_pointer< T, U > Struct Template Reference

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
 

Detailed Description

template<typename T, typename U = std::void_t<>>
struct Utopia::Utils::remove_pointer< T, U >

Helper function for removing pointer qualifiers from a type recursivly This is the recursion base case.

Template Parameters
TType to remove the pointer qualifiers from.

Member Typedef Documentation

◆ type

template<typename T , typename U = std::void_t<>>
using Utopia::Utils::remove_pointer< T, U >::type = T

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