mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DeduceHyperParameterTypes< T, Args...>::ResultHPType< ArgumentType, IsArithmetic > Struct Template Reference

A type function to deduce the result hyper-parameter type for ArgumentType. More...

Detailed Description

template<typename T, typename... Args>
template<typename ArgumentType, bool IsArithmetic = std::is_arithmetic<ArgumentType>::value>
struct mlpack::hpt::DeduceHyperParameterTypes< T, Args...>::ResultHPType< ArgumentType, IsArithmetic >

A type function to deduce the result hyper-parameter type for ArgumentType.

Definition at line 56 of file deduce_hp_types.hpp.


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