Panzer
Version of the Day
|
#include <Panzer_ExprEval_impl.hpp>
Public Types | |
using | biggest_type = typename std::conditional<(b_rank > a_rank), B, A >::type |
using | const_type = typename RebindViewType< biggest_type, typename biggest_type::const_value_type >::type |
using | type = typename RebindViewType< biggest_type, typename biggest_type::non_const_value_type >::type |
Static Public Attributes | |
static constexpr size_t | a_rank = A::rank |
static constexpr size_t | b_rank = B::rank |
Definition at line 191 of file Panzer_ExprEval_impl.hpp.
using panzer::Expr::ResultType< A, B >::biggest_type = typename std::conditional<(b_rank > a_rank), B, A>::type |
Definition at line 194 of file Panzer_ExprEval_impl.hpp.
using panzer::Expr::ResultType< A, B >::const_type = typename RebindViewType<biggest_type, typename biggest_type::const_value_type>::type |
Definition at line 195 of file Panzer_ExprEval_impl.hpp.
using panzer::Expr::ResultType< A, B >::type = typename RebindViewType<biggest_type, typename biggest_type::non_const_value_type>::type |
Definition at line 196 of file Panzer_ExprEval_impl.hpp.
|
static |
Definition at line 192 of file Panzer_ExprEval_impl.hpp.
|
static |
Definition at line 193 of file Panzer_ExprEval_impl.hpp.