AI Engine API User Guide (AIE) 2023.2
Loading...
Searching...
No Matches
aie::detail::utils::is_one_of< T, Types > Struct Template Reference

#include <utils.hpp>

Static Public Attributes

static constexpr bool value = (... || std::is_same_v<T, Types>)
 

Member Data Documentation

◆ value

template<typename T , typename... Types>
constexpr bool aie::detail::utils::is_one_of< T, Types >::value = (... || std::is_same_v<T, Types>)
staticconstexpr

The documentation for this struct was generated from the following file: