AI Engine API User Guide (AIE-API) 2024.1
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:663

Detailed Description

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