AsmGrader 0.0.0
|
#include <concepts>
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 |