PlusEqualAssignment 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 PlusEqualAssignment::operator() ( Lhs &  lhs,
const Rhs &  rhs 
)
inline
249  {
250  lhs += rhs;
251  }

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