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.
Static Public Attributes | List of all members
SI::detail::parsing::Power_impl< _base, _digit > Struct Template Reference

terminating case for power variadic template More...

#include <number_parser.h>

Static Public Attributes

static constexpr std::intmax_t power = 1
 

Detailed Description

template<std::intmax_t _base, char _digit>
struct SI::detail::parsing::Power_impl< _base, _digit >

terminating case for power variadic template

Member Data Documentation

◆ power

template<std::intmax_t _base, char _digit>
constexpr std::intmax_t SI::detail::parsing::Power_impl< _base, _digit >::power = 1
staticconstexpr

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