units_pressure(3)
| units::pressure(3) | Unit Conversion and Dimensional Analysis Library | units::pressure(3) |
NAME
units::pressure - namespace for unit types and containers representing pressure values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::pressure_unit > pascals
Units (full names singular)
typedef pascals pascal
Units (abbreviated)
typedef pascals Pa
Unit Containers
typedef unit_t< pascal > pascal_t
typedef unit_t< bar > bar_t
typedef unit_t< mbar > mbar_t
typedef unit_t< atmosphere > atmosphere_t
typedef unit_t< pounds_per_square_inch >
pounds_per_square_inch_t
typedef unit_t< torr > torr_t
typedef unit_t< millimeter_of_mercury >
millimeter_of_mercury_t
typedef unit_t< inch_of_mercury > inch_of_mercury_t
Functions
std::ostream & operator<< (std::ostream &os,
const pascal_t &obj)
std::string to_string (const pascal_t &obj)
std::ostream & operator<< (std::ostream &os, const bar_t
&obj)
std::string to_string (const bar_t &obj)
std::ostream & operator<< (std::ostream &os, const mbar_t
&obj)
std::string to_string (const mbar_t &obj)
std::ostream & operator<< (std::ostream &os, const
atmosphere_t &obj)
std::string to_string (const atmosphere_t &obj)
std::ostream & operator<< (std::ostream &os, const
pounds_per_square_inch_t &obj)
std::string to_string (const pounds_per_square_inch_t &obj)
std::ostream & operator<< (std::ostream &os, const torr_t
&obj)
std::string to_string (const torr_t &obj)
std::ostream & operator<< (std::ostream &os, const
millimeter_of_mercury_t &obj)
std::string to_string (const millimeter_of_mercury_t &obj)
std::ostream & operator<< (std::ostream &os, const
inch_of_mercury_t &obj)
std::string to_string (const inch_of_mercury_t &obj)
Detailed Description
namespace for unit types and containers representing pressure values
The SI unit for pressure is pascals, and the corresponding base_unit category is pressure_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 |
