COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
StackEntry.h
Go to the documentation of this file.
1#ifndef _STACK_ENTRY_H
2#define _STACK_ENTRY_H
3
4#include <utility>
5
6namespace combblas {
7
8template <class T1, class T2>
10{
11public:
14};
15
16}
17
18#endif