7 #ifndef _MGCPP_EXPRESSIONS_DMAT_TRANS_EXPR_HPP_ 8 #define _MGCPP_EXPRESSIONS_DMAT_TRANS_EXPR_HPP_ 16 struct dmat_trans_expr_type;
18 template <
typename Expr>
21 typename Expr::result_type,
24 template <
typename Expr>
Definition: adapter_base.hpp:12
unary_expr< dmat_trans_expr_type, dmat_expr, typename Expr::result_type, Expr > dmat_trans_expr
Definition: dmat_trans_expr.hpp:22
Definition: dmat_expr.hpp:19
Definition: forward.hpp:25
dmat_trans_expr< Expr > trans(dmat_expr< Expr > const &expr) noexcept
generic_expr< TagType, 0, ResultExprType, ResultType, 0, Expr > unary_expr
Definition: generic_expr.hpp:100