![]() |
Stan
2.14.0
probability, sampling & optimization
|
Template structure for an index list consisting of a head and tail index. More...
#include <index_list.hpp>
Public Member Functions | |
| cons_index_list (const H &head, const T &tail) | |
| Construct a non-empty index list with the specified index for a head and specified index list for a tail. More... | |
Public Attributes | |
| const H | head_ |
| const T | tail_ |
Template structure for an index list consisting of a head and tail index.
| H | type of index stored as the head of the list. |
| T | type of index list stored as the tail of the list. |
Definition at line 23 of file index_list.hpp.
|
inlineexplicit |
Construct a non-empty index list with the specified index for a head and specified index list for a tail.
| head | Index for head. |
| tail | Index list for tail. |
Definition at line 34 of file index_list.hpp.
| const H stan::model::cons_index_list< H, T >::head_ |
Definition at line 24 of file index_list.hpp.
| const T stan::model::cons_index_list< H, T >::tail_ |
Definition at line 25 of file index_list.hpp.