EqualAssignment Struct Reference

Public Member Functions

template<typename Lhs , typename Rhs >
void operator() (Lhs &lhs, const Rhs &rhs)
 

Member Function Documentation

◆ operator()()

template<typename Lhs , typename Rhs >
void EqualAssignment::operator() ( Lhs &  lhs,
const Rhs &  rhs 
)
inline
242  {
243  lhs = rhs;
244  }

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