Givaro
Namespaces | Macros
modular-floating.inl File Reference
+ This graph shows which files directly or indirectly include this file:

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Macros

#define MOD   Modular<Storage_t, Compute_t, typename std::enable_if<std::is_floating_point<Storage_t>::value>::type>
 
#define TMPL   template<typename Storage_t, typename Compute_t>
 
#define COND_TMPL(T, ...)
 

Macro Definition Documentation

◆ MOD

#define MOD   Modular<Storage_t, Compute_t, typename std::enable_if<std::is_floating_point<Storage_t>::value>::type>

◆ TMPL

#define TMPL   template<typename Storage_t, typename Compute_t>

◆ COND_TMPL

#define COND_TMPL (   T,
  ... 
)
Value:
template<typename T, \
typename std::enable_if<(__VA_ARGS__), int>::type*>