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

#include <trans_expr.hpp>

Public Types

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

Member Typedef Documentation

◆ result

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

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