DeduceHyperParameterTypes< PreFixedArg< T >, Args... > Struct Template Reference

Defining DeduceHyperParameterTypes for the case when not all argument types have been processed, and the next one is the type of an argument that should be fixed. More...

Classes

struct  ResultHolder
 

Public Types

using TupleType = typename ResultHolder<>::TupleType
 

Detailed Description


template
struct mlpack::hpt::DeduceHyperParameterTypes< PreFixedArg< T >, Args... >

Defining DeduceHyperParameterTypes for the case when not all argument types have been processed, and the next one is the type of an argument that should be fixed.

Definition at line 109 of file deduce_hp_types.hpp.

Member Typedef Documentation

◆ TupleType

using TupleType = typename ResultHolder<>::TupleType

Definition at line 118 of file deduce_hp_types.hpp.


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