一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
ein::has_lifted_operations Concept Reference

Does this type have operations that semantically correct when lifted to the simd_data_t level? More...

#include <simd_data.hpp>

Concept definition

template<typename T>
concept ein::has_lifted_operations = detail::has_lifted_operations_impl<T>::value
Does this type have operations that semantically correct when lifted to the simd_data_t level?
Definition simd_data.hpp:82

Detailed Description

Does this type have operations that semantically correct when lifted to the simd_data_t level?

If not, then this is merely a storage type when converted to simd_data_t.

Definition at line 82 of file simd_data.hpp.