ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
viennashe::enable_if< b, T > Struct Template Reference

Simple enable-if variant that uses the SFINAE pattern. More...

#include <enable_if.hpp>

Public Types

typedef T type
 

Detailed Description

template<bool b, class T = void>
struct viennashe::enable_if< b, T >

Simple enable-if variant that uses the SFINAE pattern.

Definition at line 26 of file enable_if.hpp.

Member Typedef Documentation

◆ type

template<bool b, class T = void>
typedef T viennashe::enable_if< b, T >::type

Definition at line 28 of file enable_if.hpp.


The documentation for this struct was generated from the following file: