CoDiPack  3.0.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::ExpressionTraits::ValidateADLogicImpl< LogicA, LogicB > Struct Template Reference

Validation for two arguments. Validates if one of the two is void or both are the same. More...

#include <expressionTraits.hpp>

Inheritance diagram for codi::ExpressionTraits::ValidateADLogicImpl< LogicA, LogicB >:

Public Types

using ADLogic = typename std::conditional<isBVoid, LogicA, LogicB>::type
 The resulting AD logic type of an expression.
 

Detailed Description

template<typename LogicA, typename LogicB>
struct codi::ExpressionTraits::ValidateADLogicImpl< LogicA, LogicB >

Validation for two arguments. Validates if one of the two is void or both are the same.


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