|
Nektar++
|
Classes | |
| struct | has_width |
| struct | has_width< T, decltype((void) T::width, 0u)> |
| struct | has_alignment |
| struct | has_alignment< T, decltype((void) T::alignment, 0u)> |
| struct | make_void |
| struct | has_scalarType |
| struct | has_scalarType< T, void_t< typename T::scalarType > > |
Typedefs | |
| template<class... Ts> | |
| using | void_t = typename make_void< Ts... >::type |
| using tinysimd::details::void_t = typedef typename make_void<Ts...>::type |
Definition at line 121 of file traits.hpp.