Implementation of a strongly typed numeric helper. More...
#include <functional>#include <limits>#include <type_traits>

Go to the source code of this file.
Classes | |
| struct | std::hash< beluga::Numeric< T, PhantomType > > |
std::hash specialization for Numeric types. More... | |
| class | beluga::Numeric< T, PhantomType, typename > |
| Helper for creating strongly typed numeric types. More... | |
| struct | std::numeric_limits< beluga::Numeric< T, PhantomType > > |
std::numeric_limits specialization for Numeric types. More... | |
Namespaces | |
| beluga | |
| The main Beluga namespace. | |
| std | |
Implementation of a strongly typed numeric helper.
Definition in file strongly_typed_numeric.hpp.