HILA
Loading...
Searching...
No Matches
hila::is_arithmetic< T > Struct Template Reference

#include <defs.h>

Inherits std::integral_constant< bool, std::is_arithmetic< T >::value >, and std::integral_constant< bool, std::is_arithmetic< T >::value||is_avx_vector< T >::value >.

Detailed Description

template<class T>
struct hila::is_arithmetic< T >

Implements test for basic in types, similar to std::is_arithmetic, but allows the backend to add it's own basic tyes (such as AVX vectors)

std::is_arithmetic, but allows the backend to add it's own basic tyes (such as AVX vectors)

Definition at line 18 of file backend_cpu/defs.h.


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