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

Go to the source code of this file.

Classes

struct  asmgrader::pair< T1, T2 >
 

Namespaces

namespace  asmgrader
 

Functions

template<typename T1 , typename T2 >
 asmgrader::pair (T1, T2) -> pair< T1, T2 >