SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sig::assign_minus_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 94 of file assign_operation.hpp.

Member Function Documentation

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

Definition at line 97 of file assign_operation.hpp.


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