Specify that a type represents a scalar value. More...
#include <eve/concept/vectorizable.hpp>
Specify that a type represents a scalar value.
The concept scalar_value<T>
is satisfied if and only if it is arithmetic or a product type which types satisfies scalar_value themselves.
float
std::int32_t