| fb-cpp 0.0.1
    A modern C++ wrapper for the Firebird database API | 
Represents a numeric value with an explicit decimal scale. More...
#include <types.h>
| Public Member Functions | |
| bool | operator== (const ScaledNumber &) const noexcept=default | 
| Public Attributes | |
| T | value {} | 
| Unscaled numeric value. | |
| int | scale = 0 | 
| Decimal scale applied to value. | |
Represents a numeric value with an explicit decimal scale.
| int fbcpp::ScaledNumber< T >::scale = 0 | 
| T fbcpp::ScaledNumber< T >::value {} |