11 #include <type_traits> 21 template <
typename T,
typename VT>
22 concept expr_or_scalar = etl_expr<T> || std::same_as<T, scalar<VT>>;
static constexpr bool is_etl
Indicates if T is an ETL type.
Definition: traits_base.hpp:21
Root namespace for the ETL library.
Definition: adapter.hpp:15
Represents a scalar value.
Definition: concepts_base.hpp:19