Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::model::index_max Struct Reference

Structure for an indexing from the start of a container to a specified maximum index (inclusive). More...

#include <index.hpp>

Public Member Functions

 index_max (int max)
 Construct an indexing from the start of the container up to the specified maximum index (inclusive). More...
 

Public Attributes

int max_
 

Detailed Description

Structure for an indexing from the start of a container to a specified maximum index (inclusive).

Definition at line 79 of file index.hpp.

Constructor & Destructor Documentation

stan::model::index_max::index_max ( int  max)
inlineexplicit

Construct an indexing from the start of the container up to the specified maximum index (inclusive).

Parameters
maxmaximum index (inclusive).

Definition at line 88 of file index.hpp.

Member Data Documentation

int stan::model::index_max::max_

Definition at line 80 of file index.hpp.


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

     [ Stan Home Page ] © 2011–2016, Stan Development Team.