I\'m trying to understand the following
#include class Number { int _value; public: Number(int number) : _value(number) { std::cout<&