mlpack 3.4.2
Public Types | Public Attributes | List of all members
PreFixedArg< T & > Struct Template Reference

The specialization of the template for references. More...

#include <fixed.hpp>

Public Types

using Type = T
 

Public Attributes

const T & value
 

Detailed Description

template<typename T>
struct mlpack::hpt::PreFixedArg< T & >

The specialization of the template for references.

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

Definition at line 85 of file fixed.hpp.

Member Typedef Documentation

◆ Type

using Type = T

Definition at line 87 of file fixed.hpp.

Member Data Documentation

◆ value

const T& value

Definition at line 89 of file fixed.hpp.


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