SI  2.5.4
A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units.
List of all members
SI::detail::parsing::Number< '0', 'X', _digits... > Struct Template Reference

specialization of Number for hex notation More...

#include <number_parser.h>

Inheritance diagram for SI::detail::parsing::Number< '0', 'X', _digits... >:
Inheritance graph
[legend]
Collaboration diagram for SI::detail::parsing::Number< '0', 'X', _digits... >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from SI::detail::parsing::Number_impl< 16, _digits... >
using digit = Digit< base, _digit >
 
using recursive_number = Number_impl< _base, _digits... >
 
- Static Public Attributes inherited from SI::detail::parsing::Number_impl< 16, _digits... >
static constexpr std::intmax_t base
 
static constexpr std::intmax_t magnitude
 
static constexpr std::intmax_t power
 
static constexpr std::intmax_t value
 

Detailed Description

template<char... _digits>
struct SI::detail::parsing::Number< '0', 'X', _digits... >

specialization of Number for hex notation


The documentation for this struct was generated from the following file: