autoppl
v0.8
A C++ template library for probabilistic programming
|
#include <var_traits.hpp>
Public Types | |
using | id_t = typename VarType::id_t |
![]() | |
using | value_t = typename VarExprType::value_t |
Static Public Attributes | |
static constexpr bool | is_cont_v = util::is_cont_v<typename base_t::value_t> |
static constexpr bool | is_disc_v = util::is_disc_v<typename base_t::value_t> |
![]() | |
static constexpr bool | has_param |
using ppl::util::var_traits< VarType >::id_t = typename VarType::id_t |
|
staticconstexpr |
|
staticconstexpr |