AI Engine API User Guide (AIE-API) 2024.1
Loading...
Searching...
No Matches
aie::RealElem Concept Reference

Concept similar to aie::Elem, but it only accepts real (i.e. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept aie::RealElem = Elem<T> && !detail::is_complex<typename operand_base_type<T>::type>::value
Concept for element operands.
Definition concepts.hpp:190
Concept similar to aie::Elem, but it only accepts real (i.e.
Definition concepts.hpp:208

Detailed Description

Concept similar to aie::Elem, but it only accepts real (i.e.

non-complex) types.