#include <Traits.hpp>
|
template<class U > |
static std::false_type | test (...) |
|
template<class U > |
static decltype(U::simd) | test (int) |
|
|
static constexpr bool | value = !std::is_same<std::false_type, decltype(test<VectorDataT>(0))>::value |
|
◆ test() [1/2]
template<class VectorDataT>
template<class U >
◆ test() [2/2]
template<class VectorDataT>
template<class U >
◆ value
template<class VectorDataT>
The documentation for this struct was generated from the following file:
- /home/petiaccja/Programming/Mathter/Mathter/Common/Traits.hpp