mlpack
Public Attributes | Static Public Attributes | List of all members
mlpack::hpt::FixedArg< T, I > Struct Template Reference

A struct for storing information about a fixed argument. More...

#include <fixed.hpp>

Public Attributes

const T & value
 The value of the fixed argument.
 

Static Public Attributes

static const size_t index = I
 The index of the fixed argument.
 

Detailed Description

template<typename T, size_t I>
struct mlpack::hpt::FixedArg< T, I >

A struct for storing information about a fixed argument.

Objects of this type are supposed to be passed into the CVFunction constructor.

This struct is not meant to be used directly by users. Rather use the mlpack::hpt::Fixed function.

Template Parameters
TThe type of the fixed argument.
IThe index of the fixed argument.

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