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

#include <utils.hpp>

Public Member Functions

constexpr pack2 (T a, T b)
 
template<typename C >
constexpr C as () const
 

Public Attributes

a
 
b
 

Constructor & Destructor Documentation

◆ pack2()

template<typename T >
constexpr aie::detail::utils::pack2< T >::pack2 ( a,
b 
)
inlineconstexpr

Member Function Documentation

◆ as()

template<typename T >
template<typename C >
constexpr C aie::detail::utils::pack2< T >::as ( ) const
inlineconstexpr

Member Data Documentation

◆ a

template<typename T >
T aie::detail::utils::pack2< T >::a

◆ b

template<typename T >
T aie::detail::utils::pack2< T >::b

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