Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
template_utils.hpp
Go to the documentation of this file.
1 
12 #ifndef TEMPLATE_UTILS_HPP_
13 #define TEMPLATE_UTILS_HPP_
14 
15 namespace libff
16 {
17 
18 /* A commonly used SFINAE helper type */
19 template<typename T> struct void_type {
20  typedef void type;
21 };
22 
23 } // namespace libff
24 
25 #endif // TEMPLATE_UTILS_HPP_
libff
Definition: ffi.cpp:8
libff::void_type::type
void type
Definition: template_utils.hpp:20
libff::void_type
Definition: template_utils.hpp:19