DPNP C++ backend kernel library 0.18.0dev0
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
statistics::common::TableBuilder2< FnT, SupportedTypes, Func >::impl< _FnT, T1, T2 > Struct Template Reference

Public Member Functions

_FnT get ()
 

Static Public Attributes

static constexpr bool is_defined
 

Detailed Description

template<typename FnT, typename SupportedTypes, template< typename, typename > typename Func>
template<typename _FnT, typename T1, typename T2>
struct statistics::common::TableBuilder2< FnT, SupportedTypes, Func >::impl< _FnT, T1, T2 >

Definition at line 130 of file dispatch_table.hpp.

Member Function Documentation

◆ get()

template<typename FnT , typename SupportedTypes , template< typename, typename > typename Func>
template<typename _FnT , typename T1 , typename T2 >
_FnT statistics::common::TableBuilder2< FnT, SupportedTypes, Func >::impl< _FnT, T1, T2 >::get ( )
inline

Definition at line 135 of file dispatch_table.hpp.

Member Data Documentation

◆ is_defined

template<typename FnT , typename SupportedTypes , template< typename, typename > typename Func>
template<typename _FnT , typename T1 , typename T2 >
bool statistics::common::TableBuilder2< FnT, SupportedTypes, Func >::impl< _FnT, T1, T2 >::is_defined
staticconstexpr
Initial value:
=
one_of_v<std::tuple<T1, T2>, SupportedTypes>

Definition at line 132 of file dispatch_table.hpp.


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