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

#include <TypeTraits.hpp>

Public Types

typedef T type
 Type enabled.
 

Detailed Description

template<typename T>
struct SUNphi::_EnableIf< true, T >

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

Useful to enable or disable SFINAE specialization. True case

Definition at line 76 of file TypeTraits.hpp.


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