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< _base > Struct Template Reference

Edge case for _base^0 == 1 s multiplier. More...

#include <number_parser.h>

Static Public Attributes

static constexpr std::intmax_t power = 1
 

Detailed Description

template<std::intmax_t _base>
struct SI::detail::parsing::Power< _base >

Edge case for _base^0 == 1 s multiplier.

Member Data Documentation

◆ power

template<std::intmax_t _base>
constexpr std::intmax_t SI::detail::parsing::Power< _base >::power = 1
staticconstexpr

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