units_magnetic_flux(3)
| units::magnetic_flux(3) | Unit Conversion and Dimensional Analysis Library | units::magnetic_flux(3) |
NAME
units::magnetic_flux - namespace for unit types and containers representing magnetic_flux values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::magnetic_flux_unit > webers
Units (full names singular)
typedef webers weber
Units (abbreviated)
typedef webers Wb
Unit Containers
typedef unit_t< weber > weber_t
typedef unit_t< maxwell > maxwell_t
Functions
std::ostream & operator<< (std::ostream &os,
const weber_t &obj)
std::string to_string (const weber_t &obj)
std::ostream & operator<< (std::ostream &os, const
maxwell_t &obj)
std::string to_string (const maxwell_t &obj)
Detailed Description
namespace for unit types and containers representing magnetic_flux values
The SI unit for magnetic_flux is webers, and the corresponding base_unit category is magnetic_flux_unit.
See also
Author
Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.
| Wed Feb 11 2026 09:38:34 | Version 2.3.0 |
