SUNphi  1.0
SUNphi::_EnableIf< B, T > Struct Template Reference

#include <TypeTraits.hpp>

Detailed Description

template<bool B, typename T>
struct SUNphi::_EnableIf< B, T >

Defines type T (default to void) if parameter B is true

Useful to enable or disable SFINAE specialization. Generic (false) case

Definition at line 67 of file TypeTraits.hpp.


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