![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
Typedefs | |
| template<typename T > | |
| using | stan::require_plain_type_t = require_t< is_plain_type< std::decay_t< T > > > |
| Require type satisfies is_plain_type. | |
| template<typename T > | |
| using | stan::require_not_plain_type_t = require_not_t< is_plain_type< std::decay_t< T > > > |
| Require type does not satisfy is_plain_type. | |
| template<typename... Types> | |
| using | stan::require_all_plain_type_t = require_all_t< is_plain_type< std::decay_t< Types > >... > |
| Require all of the types satisfy is_plain_type. | |
| template<typename... Types> | |
| using | stan::require_any_not_plain_type_t = require_any_not_t< is_plain_type< std::decay_t< Types > >... > |
| Require any of the types satisfy is_plain_type. | |