Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
template_utils.hpp
Go to the documentation of this file.
1
12#ifndef TEMPLATE_UTILS_HPP_
13#define TEMPLATE_UTILS_HPP_
14
15namespace libff {
16
17/* A commonly used SFINAE helper type */
18template<typename T>
20{
21 typedef void type;
22};
23
24} // libff
25
26#endif // TEMPLATE_UTILS_HPP_