#include <ToyProducts.h>
Public Member Functions | |
CompressedIntProduct ()=default | |
CompressedIntProduct (int i) | |
CompressedIntProduct & | operator+= (CompressedIntProduct const &other) |
void | aggregate (CompressedIntProduct const &other) |
Public Attributes | |
int | value {} |
Definition at line 48 of file ToyProducts.h.
|
default |
|
inlineexplicit |
Definition at line 50 of file ToyProducts.h.
|
inline |
Definition at line 60 of file ToyProducts.h.
|
inline |
Definition at line 53 of file ToyProducts.h.
int arttest::CompressedIntProduct::value {} |
Definition at line 65 of file ToyProducts.h.