units_magnetic_field_strength(3)
| units::magnetic_field_strength(3) | Unit Conversion and Dimensional Analysis Library | units::magnetic_field_strength(3) |
NAME
units::magnetic_field_strength - namespace for unit types and containers representing magnetic_field_strength values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::magnetic_field_strength_unit > teslas
Units (full names singular)
typedef teslas tesla
Units (abbreviated)
typedef teslas Te
Unit Containers
typedef unit_t< tesla > tesla_t
typedef unit_t< gauss > gauss_t
Functions
std::ostream & operator<< (std::ostream &os,
const tesla_t &obj)
std::string to_string (const tesla_t &obj)
std::ostream & operator<< (std::ostream &os, const
gauss_t &obj)
std::string to_string (const gauss_t &obj)
Detailed Description
namespace for unit types and containers representing magnetic_field_strength values
The SI unit for magnetic_field_strength is teslas, and the corresponding base_unit category is magnetic_field_strength_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 |
