aie::DecoratedElemBaseType - aie::DecoratedElemBaseType - 2024.2 English - UG1529

AI Engine API User Guide (AIE) (UG1529)

Document ID
UG1529
Release Date
2024-11-13
Version
2024.2 English
AI Engine API User Guide: aie::DecoratedElemBaseType Concept Reference
AI Engine API User Guide (AIE-API) 2024.2
Loading...
Searching...
No Matches
aie::DecoratedElemBaseType Concept Reference

Concept for the pointers to basic types that can be used in operations and as vector element type. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept aie::DecoratedElemBaseType = detail::is_valid_element_type<std::remove_const_t<aie_dm_resource_remove_t<T>>>::value
Concept for the pointers to basic types that can be used in operations and as vector element type.
Definition concepts.hpp:330

Detailed Description

Concept for the pointers to basic types that can be used in operations and as vector element type.