Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::scalar_lub< T1, T2 > Struct Template Reference

Detailed Description

template<typename T1, typename T2>
struct stan::scalar_lub< T1, T2 >

Defines a member type named type that is the least scalar type to which both template parameter scalar types are assignable in Stan.

The ordering of types for which this is the least-upper-bound operation is defined in the class documentation for return_type.

Template Parameters
T1first scalar type
T2second scalar type
See also
return_type

Definition at line 118 of file return_type.hpp.

#include <return_type.hpp>

Public Types

using type = promote_args_t< T1, T2 >
 

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