Simple enable-if variant that uses the SFINAE pattern. More...
Go to the source code of this file.
Classes | |
struct | viennashe::enable_if< b, T > |
Simple enable-if variant that uses the SFINAE pattern. More... | |
struct | viennashe::enable_if< false, T > |
Namespaces | |
namespace | viennashe |
The main ViennaSHE namespace. All functionality resides inside this namespace. | |
Simple enable-if variant that uses the SFINAE pattern.
Definition in file enable_if.hpp.