|
constructor< T > Struct Template Reference
Detailed Descriptiontemplate<class T>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef T result_type |
Definition at line 165 of file operator.hpp.
Member Function Documentation
| T operator() | ( | ) | const |
Definition at line 167 of file operator.hpp.
| T operator() | ( | const A1 & | a1, |
| const A2 & | a2, | ||
| const A3 & | a3, | ||
| const A4 & | a4, | ||
| const A5 & | a5 | ||
| ) | const |
Definition at line 192 of file operator.hpp.
| T operator() | ( | const A1 & | a1, |
| const A2 & | a2, | ||
| const A3 & | a3, | ||
| const A4 & | a4 | ||
| ) | const |
Definition at line 187 of file operator.hpp.
| T operator() | ( | const A1 & | a1, |
| const A2 & | a2, | ||
| const A3 & | a3 | ||
| ) | const |
Definition at line 182 of file operator.hpp.
| T operator() | ( | const A1 & | a1, |
| const A2 & | a2 | ||
| ) | const |
Definition at line 177 of file operator.hpp.
| T operator() | ( | const A1 & | a1 | ) | const |
Definition at line 172 of file operator.hpp.

