Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
sigs
function_signature_t.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_SIGS_FUNCTION_SIGNATURE_T_HPP
2
#define STAN_LANG_AST_SIGS_FUNCTION_SIGNATURE_T_HPP
3
4
#include <
stan/lang/ast/expr_type.hpp
>
5
#include <utility>
6
#include <vector>
7
8
namespace
stan
{
9
namespace
lang {
10
15
typedef
std::pair<expr_type, std::vector<expr_type> >
function_signature_t
;
16
17
}
18
}
19
#endif
expr_type.hpp
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::function_signature_t
std::pair< expr_type, std::vector< expr_type > > function_signature_t
The type of a function signature, mapping a vector of argument expression types to a result expressio...
Definition:
function_signature_t.hpp:15
[
Stan Home Page
]
© 2011–2016, Stan Development Team.