| 
    autoppl
    v0.8
    
   A C++ template library for probabilistic programming 
   | 
 
#include <var_traits.hpp>
  
Public Types | |
| using | constraint_t = typename VarType::constraint_t | 
  Public Types inherited from ppl::util::var_traits< VarType > | |
| using | id_t = typename VarType::id_t | 
  Public Types inherited from ppl::util::var_expr_traits< VarType > | |
| using | value_t = typename VarExprType::value_t | 
Additional Inherited Members | |
  Static Public Attributes inherited from ppl::util::var_traits< VarType > | |
| 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 Public Attributes inherited from ppl::util::var_expr_traits< VarType > | |
| static constexpr bool | has_param | 
| using ppl::util::param_traits< VarType >::constraint_t = typename VarType::constraint_t |