SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sig::assign_plus_t Struct Reference

compound_assignment の第1引数に指定する代入関数のプリセット(加算代入) More...

Public Member Functions

template<class T1 , class T2 >
void operator() (T1 &v1, T2 &&v2) const
 

Detailed Description

compound_assignment の第1引数に指定する代入関数のプリセット(加算代入)

Precondition
被代入側のオブジェクトに operator+=関数が定義されていること

Definition at line 81 of file assign_operation.hpp.

Member Function Documentation

template<class T1 , class T2 >
void sig::assign_plus_t::operator() ( T1 &  v1,
T2 &&  v2 
) const
inline

Definition at line 84 of file assign_operation.hpp.


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