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