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

Public Member Functions

_FnT get ()
 

Static Public Attributes

static constexpr bool is_defined = one_of_v<T, SupportedTypes>
 

Detailed Description

template<typename FnT, typename SupportedTypes, template< typename > typename Func>
template<typename _FnT, typename T>
struct statistics::common::TableBuilder< FnT, SupportedTypes, Func >::impl< _FnT, T >

Definition at line 104 of file dispatch_table.hpp.

Member Function Documentation

◆ get()

template<typename FnT , typename SupportedTypes , template< typename > typename Func>
template<typename _FnT , typename T >
_FnT statistics::common::TableBuilder< FnT, SupportedTypes, Func >::impl< _FnT, T >::get ( )
inline

Definition at line 108 of file dispatch_table.hpp.

Member Data Documentation

◆ is_defined

template<typename FnT , typename SupportedTypes , template< typename > typename Func>
template<typename _FnT , typename T >
bool statistics::common::TableBuilder< FnT, SupportedTypes, Func >::impl< _FnT, T >::is_defined = one_of_v<T, SupportedTypes>
staticconstexpr

Definition at line 106 of file dispatch_table.hpp.


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