mgcpp
A C++ Math Library Based on CUDA
Public Types | List of all members
mgcpp::assert_mat_trans_expr< VariadicExpr > Struct Template Reference

#include <trans_expr.hpp>

Public Types

using result = typename std::enable_if< fold_or< is_mat_trans_expr, VariadicExpr... >::value >::type
 
using result = typename std::enable_if< is_mat_trans_expr< Expr >::value > > ::type
 

Member Typedef Documentation

◆ result [1/2]

template<typename... VariadicExpr>
using mgcpp::assert_mat_trans_expr< VariadicExpr >::result = typename std::enable_if< fold_or<is_mat_trans_expr, VariadicExpr...>::value>::type

◆ result [2/2]

template<typename... VariadicExpr>
using mgcpp::assert_mat_trans_expr< VariadicExpr >::result = typename std::enable_if<is_mat_trans_expr<Expr>::value> > ::type

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