CoDiPack  3.0.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::AssignStatement< T_Lhs, T_Rhs > Struct Template Reference

#include <assignStatement.hpp>

Public Types

using Lhs
 See AssignStatement.
 
using Rhs = T_Rhs
 See AssignStatement.
 

Detailed Description

template<typename T_Lhs, typename T_Rhs>
struct codi::AssignStatement< T_Lhs, T_Rhs >

Pseudo expression that defines an lhs and rhs expression where the rhs is assigned to the lhs.

Template Parameters
T_LhsThe type of the left hand side expression that is assigned to.
T_RhsThe type of the right hand side expression that is assigned from.

Member Typedef Documentation

◆ Lhs

template<typename T_Lhs, typename T_Rhs>
using codi::AssignStatement< T_Lhs, T_Rhs >::Lhs
Initial value:
T_Lhs

See AssignStatement.


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