OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
units
dim
magnetic_flux.hpp
Go to the documentation of this file.
1
9
#ifndef EAGINE_UNITS_DIM_MAGNETIC_FLUX_HPP
10
#define EAGINE_UNITS_DIM_MAGNETIC_FLUX_HPP
11
12
#include "
energy.hpp
"
13
14
namespace
eagine::units {
15
16
using
magnetic_flux = decltype(energy() / electric_current());
17
18
template
<>
19
struct
name_of<magnetic_flux> {
20
static
constexpr
const
char
mp_str[] =
"magnetic flux"
;
21
};
22
23
}
// namespace eagine::units
24
25
#endif // EAGINE_UNITS_DIM_MAGNETIC_FLUX_HPP
energy.hpp
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).