aie::TLast - aie::TLast - 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::TLast Concept Reference
AI Engine API User Guide (AIE-API) 2024.2
Loading...
Searching...
No Matches

Concept for tlast objects passed to << and >> operators with streams. More...

#include <stream.hpp>

Concept definition

template<typename T, typename T2>
concept aie::TLast = detail::is_tlast_v<T> && detail::is_tlast_type_v<detail::utils::remove_all_t<T>, T2>
Concept for tlast objects passed to << and >> operators with streams.
Definition stream.hpp:832

Detailed Description

Concept for tlast objects passed to << and >> operators with streams.