VisionCpp
0.0.1
|
the specialisation of the IfExprExecNeeded when the decision for executing the children of the expression is false and the expression category is binary. More...
#include <executor_subexpr_if_needed.hpp>
Static Public Member Functions | |
template<size_t LC, size_t LR, size_t LCT, size_t LRT, typename LHSExpr , typename RHSExpr > | |
static auto | execute_expr (LHSExpr &lhsExpr, RHSExpr &rhsExpr, const DeviceT &dev) -> typename ParentForcedExecute< ParentConds, typename Expr::template ExprExchange< LHSExpr, RHSExpr >, DeviceT >::Type |
the specialisation of the IfExprExecNeeded when the decision for executing the children of the expression is false and the expression category is binary.
Definition at line 203 of file executor_subexpr_if_needed.hpp.
|
inlinestatic |
Definition at line 207 of file executor_subexpr_if_needed.hpp.