|
sparrow 1.3.0
|
#include <cmath>#include <iostream>#include <sstream>#include "sparrow/utils/large_int.hpp"#include "sparrow/utils/mp_utils.hpp"Go to the source code of this file.
Classes | |
| class | sparrow::decimal< T > |
Namespaces | |
| namespace | sparrow |
Concepts | |
| concept | sparrow::decimal_integer_type |
| Concept for valid decimal integer backing types. | |
| concept | sparrow::decimal_type |
| Concept for valid decimal types. | |
Variables | |
| template<typename T> | |
| constexpr bool | sparrow::is_decimal_v = mpl::is_type_instance_of_v<T, decimal> |
| Type trait to check if a type is a decimal instantiation. | |