kblib 0.2.3
General utilities library for modern C++
kblib::detail_units::unit_conversion< M > Struct Template Reference

#include <kblib/convert.h>

Public Attributes

const char * scale_prefix
 
char abbr [6]
 
multiplier
 

Detailed Description

template<typename M>
struct kblib::detail_units::unit_conversion< M >

Definition at line 444 of file convert.h.

Member Data Documentation

◆ abbr

template<typename M >
char kblib::detail_units::unit_conversion< M >::abbr[6]

Definition at line 446 of file convert.h.

◆ multiplier

template<typename M >
M kblib::detail_units::unit_conversion< M >::multiplier

Definition at line 447 of file convert.h.

◆ scale_prefix

template<typename M >
const char* kblib::detail_units::unit_conversion< M >::scale_prefix

Definition at line 445 of file convert.h.


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