#include <ToyProducts.h>
Public Member Functions | |
IntProduct ()=default | |
IntProduct (int i) | |
IntProduct & | operator+= (IntProduct const &other) |
void | aggregate (IntProduct const &other) |
Public Attributes | |
int | value {} |
Definition at line 28 of file ToyProducts.h.
|
default |
|
inlineexplicit |
Definition at line 30 of file ToyProducts.h.
|
inline |
Definition at line 40 of file ToyProducts.h.
|
inline |
Definition at line 33 of file ToyProducts.h.
int arttest::IntProduct::value {} |
Definition at line 45 of file ToyProducts.h.