#include <assignStatement.hpp>
Public Types | |
| using | Lhs |
| See AssignStatement. | |
| using | Rhs = T_Rhs |
| See AssignStatement. | |
Pseudo expression that defines an lhs and rhs expression where the rhs is assigned to the lhs.
| T_Lhs | The type of the left hand side expression that is assigned to. |
| T_Rhs | The type of the right hand side expression that is assigned from. |
| using codi::AssignStatement< T_Lhs, T_Rhs >::Lhs |
See AssignStatement.