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::Power< _base, _digits > Struct Template Reference

interface class for power calculation More...

#include <number_parser.h>

Inheritance diagram for SI::detail::parsing::Power< _base, _digits >:
Inheritance graph
[legend]
Collaboration diagram for SI::detail::parsing::Power< _base, _digits >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from SI::detail::parsing::Power_impl< _base, _digits... >
using digit = Digit< _base, _digit >
 
using recursive_power = Power_impl< _base, _digits... >
 
- Static Public Attributes inherited from SI::detail::parsing::Power_impl< _base, _digits... >
static constexpr std::intmax_t power
 

Detailed Description

template<std::intmax_t _base, char... _digits>
struct SI::detail::parsing::Power< _base, _digits >

interface class for power calculation


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