autoppl  v0.8
A C++ template library for probabilistic programming
ppl::util::var_expr_traits< VarExprType > Struct Template Reference

#include <var_expr_traits.hpp>

Public Types

using value_t = typename VarExprType::value_t
 

Static Public Attributes

static constexpr bool has_param = VarExprType::has_param
 

Member Typedef Documentation

◆ value_t

template<class VarExprType >
using ppl::util::var_expr_traits< VarExprType >::value_t = typename VarExprType::value_t

Member Data Documentation

◆ has_param

template<class VarExprType >
constexpr bool ppl::util::var_expr_traits< VarExprType >::has_param = VarExprType::has_param
staticconstexpr

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