diff options
Diffstat (limited to 'number.h')
| -rw-r--r-- | number.h | 7 | 
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ public:      number() = default;      /** +     * \brief Return the result of the addition of a number and this number. +     * +     * \param n The number to add to this number. +     */ +    number operator+(const number &n) const; + +    /**       * \brief Tells whether the number passed as parameter is strictly less       * than this number.       *  | 
