ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
enable_if.hpp File Reference

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.
 

Detailed Description

Simple enable-if variant that uses the SFINAE pattern.

Definition in file enable_if.hpp.