|
| template<typename Type , typename... Types> |
| static auto | summation (Type first, Types... args) |
| |
|
| template<typename ElementTypeB > |
| class | TypeB |
| |
| template<typename ElementType > |
| class | TypeB |
| |
template<typename ElementTypeA>
class TypeA< ElementTypeA >
Definition at line 6 of file 042-partial_type.cpp.
◆ TypeA()
template<typename ElementTypeA >
| TypeA< ElementTypeA >::TypeA |
( |
ElementTypeA< ElementTypeA > |
v = ElementTypeA< ElementTypeA >{} | ) |
|
|
inline |
◆ operation_over_type_b() [1/2]
template<typename ElementTypeA >
template<typename ElementType >
| void TypeA< ElementTypeA >::operation_over_type_b |
( |
TypeB< ElementType > |
b | ) |
|
|
inline |
◆ operation_over_type_b() [2/2]
template<typename ElementTypeA >
template<typename ElementTypeB >
| void TypeA< ElementTypeA >::operation_over_type_b |
( |
TypeB< ElementTypeB > |
b | ) |
|
◆ sum()
template<typename ElementTypeA >
template<typename Type >
| auto TypeA< ElementTypeA >::sum |
( |
Type |
a, |
|
|
Type |
b |
|
) |
| |
◆ summation()
template<typename ElementTypeA >
template<typename Type , typename... Types>
| static auto TypeA< ElementTypeA >::summation |
( |
Type |
first, |
|
|
Types... |
args |
|
) |
| |
|
inlinestatic |
◆ TypeB [1/2]
template<typename ElementTypeA >
template<typename ElementTypeB >
◆ TypeB [2/2]
template<typename ElementTypeA >
template<typename ElementType >
The documentation for this class was generated from the following files: