assign Struct Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef void | result_type |
Public Member Functions | |
| template<typename T > | |
| void | operator() (T x, T &r, typename move_sink< T >::type=0) |
| template<typename T > | |
| void | operator() (const T &x, T &r, typename copy_sink< T >::type=0) |
Detailed Description
Definition at line 99 of file operator.hpp.
Member Typedef Documentation
| typedef void result_type |
Definition at line 101 of file operator.hpp.
Member Function Documentation
| void operator() | ( | T | x, | |
| T & | r, | |||
| typename move_sink< T >::type | = 0 | |||
| ) |
Definition at line 107 of file operator.hpp.
| void operator() | ( | const T & | x, | |
| T & | r, | |||
| typename copy_sink< T >::type | = 0 | |||
| ) |
Definition at line 104 of file operator.hpp.

