AsmGrader 0.0.0
Loading...
Searching...
No Matches
remove_all_pointers.hpp File Reference
#include <concepts>
Include dependency graph for remove_all_pointers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  asmgrader::remove_all_pointers< T >
 Removes all levels of pointers on a type. More...
 
struct  asmgrader::remove_all_pointers< T * >
 Removes all levels of pointers on a type. More...
 

Namespaces

namespace  asmgrader
 

Typedefs

template<typename T >
using asmgrader::remove_all_pointers_t = remove_all_pointers<T>::type